Change release process to accumulate releases? #202
justinharringa
started this conversation in
Ideas
Replies: 1 comment
-
Note: This relates to #201 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, we leverage the multi-module-maven-release-plugin which is great and helps us avoid manual release processes that the standard Maven release plugin requires. The only main downside that I see is that we're releasing quite a few minor changes and it seems difficult for users to get a reasonable grasp on what our releases contain due to the noise generated by tags. Release Drafter was added some time ago to help out with this when we've merged features / bug fixes that should be visible (it accumulates all of the other minor dependency bumps and other things). However, I've been toying with the idea of only publishing a new version on release.
Pros:
Cons:
Thoughts @afalko, @npwolf, and others?
Beta Was this translation helpful? Give feedback.
All reactions