-
Notifications
You must be signed in to change notification settings - Fork 0
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
Allow to create “final” release PR #16
Labels
feat
A new feature
Comments
playpauseandstop
added a commit
that referenced
this issue
Oct 26, 2020
When current release is a pre-release and there are no other commits in the repository - allow to create a final release PR instead of exiting with "No changes found" error message. Fixes: #16
playpauseandstop
added a commit
that referenced
this issue
Oct 26, 2020
When current release is a pre-release and there are no other commits in the repository - allow to create a final release PR instead of exiting with "No changes found" error message. Fixes: #16
badabump-release-bot bot
pushed a commit
that referenced
this issue
Nov 6, 2020
Features: --------- - [#15] **BREAKING CHANGE:** Allow create initial releases and pre-releases (#26) - [#16] Allow to create final release PR (#18) - [#17] Understand more issue refs in commit body (#19) - Conform PEP-561 by adding py.typed files (#20) Other: ------ - (**deps**) Bump toml from 0.10.1 to 0.10.2 (#22) - (**deps-dev**) Bump pytest from 6.1.1 to 6.1.2 (#21) - Bump pre-commit hooks and update mypy config (#25)
Merged
playpauseandstop
added a commit
that referenced
this issue
Nov 6, 2020
Features: --------- - [#15] **BREAKING CHANGE:** Allow create initial releases and pre-releases (#26) - [#16] Allow to create final release PR (#18) - [#17] Understand more issue refs in commit body (#19) - Conform PEP-561 by adding py.typed files (#20) Other: ------ - (**deps**) Bump toml from 0.10.1 to 0.10.2 (#22) - (**deps-dev**) Bump pytest from 6.1.1 to 6.1.2 (#21) - Bump pre-commit hooks and update mypy config (#25) Co-authored-by: playpauseandstop <playpauseandstop@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When current version is a pre-release there should be an ability to create final release PR even no changes available.
For example,
20.1.0b0
badabump
should change version to20.1.0
The text was updated successfully, but these errors were encountered: