Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/#145 default_draft_bump #177

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

lazyBisa
Copy link

@lazyBisa lazyBisa commented Apr 21, 2023

even though the default_bump would increment a version 1.2.3 to 1.3.0, doing a prerelease for that version creates a 1.2.4-RC.0 instead of 1.3.0-RC.0.
Since changing this behavior would be a breaking change, I introduced a default_draft_bump input to explicitly specify what default version increment should happen when a prerelease version is drafted on top of a non-prerelease version. (see example in testcases)

fixes #145

@lazyBisa
Copy link
Author

@davidolrik @sebbacon @jimrazmus @duality72 anyone up to do a review on this? Fixes a quite unpleasant bug.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Prerelease does not Respect Default_Bump
2 participants