-
Notifications
You must be signed in to change notification settings - Fork 133
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
part
should not be required if supplying --new-version
#22
Comments
I think you're right that this is an odd workflow. A patch would be welcome. |
Until that is implemented/fixed specifying any part does work. Bonus: a nice place to hide meme eastereggs in your CI flow. |
Now that the #68 cleanup is merged (thanks!), I'd like to revisit #57 (the But first I'd like to make The idea: support a named |
Basically it could look into the config file first which names for parts are there, and after that add arguments to the parser dynamically. |
Oh, you mean supporting I was thinkig to call it |
I don't see a problem in programming that, really. |
That would break for people who have a part called These terms are already taken by existing bump2version arguments. |
To me too (as a random user feedback; the following is only what would be natural to me), |
This one is pretty basic, but I must be missing something in how people are using this.
Part shouldn't be a required field if you're supplying
--new-version
. It doesn't make any sense.If I'm at 0.1.0, and I want to go to 0.1.1, I should be able to do:
bumpversion --new-version 0.1.1
. I know I can just dobumpversion minor
but in this scenario the version is being driven by CI so it may not be sequential.Anyways, seems like a bug. But this project is old enough that I probably just took some crazy pills. :)
You be the judge!
The text was updated successfully, but these errors were encountered: