-
-
Notifications
You must be signed in to change notification settings - Fork 24
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
add 'bump_complete_version' which allows bumping revisions as well #38
Conversation
Thanks for the PR and for splitting it up :) You can currently do this with |
Bumping a version without having to serialise it would stil be a plus for me. |
Hmm, I'm not necessarily opposed to adding a |
I can't come up with a use case but would still find it a puls if there would be a |
Hi Matthew Do you have a timeline when you would release the new features as a new version? Thanks in advance |
@marnikow Sorry about the delay! I'll finish looking over your PRs and getting a release out this week. |
I just thought of a use case: |
Thanks for the work! |
I wanted to use dunamai in my next project but missed some features. Cause I didn't want to overload one pull request I've split each feature into their own pull request.
In this pull request I propose to add a function that allow bumping revisions as well.