-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Force version reset #25
Conversation
Now it should have proper spacing between the body and the description
Codecov Report
@@ Coverage Diff @@
## master #25 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 3 3
Lines 41 41
Branches 1 1
=========================================
Hits 41 41
Continue to review full report at Codecov.
|
Code Climate has analyzed commit 9c819b7 and detected 0 issues on this pull request. View more on Code Climate. |
Description
Add support for forcing version to reset if prefix changed. This is only applicable for projects with a
major
version of 1 and higher (public API declared). This option will force public release on the next version bump if prefix changes.Motivation and Context
To add support for Calendar Versioning (e.g.
2020.1
) in the future. The guide for setting up CalVer will be added as soon as #12 is done.This PR also fixes a couple of bugs found in the process.
Closes #24
Closes #12
Screenshots (if appropriate)
Types of changes