Consider not bumping versions in PRs #2930
Closed
thomaseizinger
started this conversation in
General
Replies: 1 comment 4 replies
-
Getting rid of the version bumps in pull requests would be wonderful. Only requirement from my end is that it doesn't happen at the expense of making releasing more difficult or error prone.
Say we have two pull requests |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, we follow the scheme of bumping versions in manifest files as the breaking change happens. Without automation (see #2902) this is tedious and may even result in repeated work across multiple PRs.
The main benefit of doing this right away is to make sure we don't forget about (breaking) changes but can instead trust in the correct versions being set as we do the final release.
With #2647, we will get notified about most breaking changes so at the latest, we need to get this CI check green in the release PR.
I would like to suggest that we only make changelog entries in PRs, perhaps using the output of the above CI check as a guidance to whether the change was breaking or not. Once we do the release, we only need to do the entire dance of bumping versions across the workspace once but can still have clarity that we don't forget anything.
However we solve it, I would like to get rid of the manual version bumping in each PR.
Beta Was this translation helpful? Give feedback.
All reactions