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

Using 'pre' command always bumps the patch version #3

Open
vortec opened this issue Jun 30, 2015 · 0 comments
Open

Using 'pre' command always bumps the patch version #3

vortec opened this issue Jun 30, 2015 · 0 comments

Comments

@vortec
Copy link
Owner

vortec commented Jun 30, 2015

It would be nice to be able to specify which part of the version should be "pre bumped". Right now, when you run 'pre' it bumps the patch version, but it's probably more realistic to pre-bump the minor or major version:

2.12.10
versionbump pre
2.12.11-dev.0

The correct behaviour is:

2.12.10
versionbump pre
2.13.0-dev.0

But there should also be explicit commands like pre-major, pre-minor and pre-patch.

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

No branches or pull requests

1 participant