-
Notifications
You must be signed in to change notification settings - Fork 146
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
Parse/Serialize with additional version numbers #34
Comments
Thank you for taking the time to write this bug report! That was indeed a bug in bumpversion that I fixed in 47aed10 and that's now part of v0.3.8: Running |
I don't quite understand you mean by "custom package number", can you elaborate ? |
Works like a charm! What I meant with "custom package number" is in my case was an additional version number linked to package version.
Thank you for you're time and great tool! |
Glad to hear that! Have fun using it! |
Hi!
I'm trying to implement bumpversion in my workflow.
What I want bumped is the version number for a *.deb package. The problem is that deb versioning has the following syntax:
I have this cfg:
And my Makefile to be bumped:
If I run the following command the package number (-storm0) part gets removed in both .bumpversion.cfg and Makefile.
But command line like this works:
Is there something wrong with my config file or is this not possible to do?
Also, is there now or would it in the future be possible to bump the custom package number as well?
Thanks,
-Daniel
The text was updated successfully, but these errors were encountered: