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

Support passing exact next version and additional release notes #101

Open
playpauseandstop opened this issue Oct 1, 2021 · 0 comments
Open
Labels
feat A new feature

Comments

@playpauseandstop
Copy link
Owner

playpauseandstop commented Oct 1, 2021

There are situations, when badabump bumps project to lower version than needed: for example when there is one commit of,

  • build: Update to Python 3.10

badabump will bump 21.2.3 version to 21.2.4, but in reality it is needed to be bump to 21.3.0.

Need to define a way to pass an exact next version on invoking badabump, so it will make all the CHANGELOG changes and stuff, but for requested version, not for auto-generated.


Another nice feature to have is expecting on additional release notes to be passed to badabump. Using example above it would be nice to have a way to pass Ensure Python 3.10 support. line, which should be included to CHANGELOG.

@playpauseandstop playpauseandstop added the feat A new feature label Oct 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat A new feature
Projects
None yet
Development

No branches or pull requests

1 participant