-
Notifications
You must be signed in to change notification settings - Fork 4
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
Which part of the version to bump #1
Comments
This is controlled in the configuration file bumpversion.cfg. See https://pypi.org/project/bump2version/ |
From what I've read it is not. You need to specify whether this change is a mayor / minor / patch, etc... Anyway, an example of how to configure it would be nice! :-) |
You would have to do something like the following:
Notice the last line. |
More work than I think I want to do at the moment, but the maintainer of this other action does it this way: https://github.com/jaumann/github-bumpversion-action/blob/master/entrypoint.sh |
How should I control which part of the version is bumped when using this action, i.e. major/minor/patch?
Would be good to add an example to the README showing how.
The text was updated successfully, but these errors were encountered: