You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 bump21.2.3
version to21.2.4
, but in reality it is needed to be bump to21.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 passEnsure Python 3.10 support.
line, which should be included to CHANGELOG.The text was updated successfully, but these errors were encountered: