-
Notifications
You must be signed in to change notification settings - Fork 96
Fix #460 Improve bump_prerelease to alway get a newer version #462
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Learloj Thank you very much for all your work! ❤️ It looks very good, I have only some minor comments and questions to you.
Let me know what you think. Great work! 👍
@tomschr would you like me to add commits per change, 1 commit for all changes, or to squash it all into the PR, so the entire PR is 1 commit? |
Thank you @Learloj for all your work! Much appreciated! ❤️ I would consider it as complete now. If you don't have anything else to add or change, I'd like to squash-merge it to master soon.
I haven't noticed that! You are doing great! 👍 Again, thanks! |
@tomschr my pleasure! I greatly appreciate your fast replies & feedback, and happy to help out on one of the projects we use :-) I have nothing to add, so feel free to merge. |
…a newer version, and raising an empty prerelease version has the option to raise the patch version as well
Co-authored-by: Tom Schraitle <tomschr@users.noreply.github.com>
This PR fixes #460 and contains the following changes:
I ran the test suites successfully, except for 'checks', which also failed before I made any change. I ensured I did not introduce any new errors in this suite. I also added quite a bunch of tests to validate the new functionality, and adjusted a few that changed due to changing existing functionality.
Open to any suggestions for improvement, as my Python experience is a bit limited :-)