mirror of
https://github.com/semver/semver.git
synced 2026-07-11 03:53:53 -05:00
[PR #251] [CLOSED] Changed MUST to MAY for resetting Minor and Patch when incrementing Majo... #3494
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/semver/semver/pull/251
Author: @deanrather
Created: 4/24/2015
Status: ❌ Closed
Base:
master← Head:master📝 Commits (1)
34df496Changed MUST to MAY for resetting Minor and Patch when incrementing Major📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
semver.md(+1 -1)📄 Description
There is no need to reset the Minor version number when incrementing the Major, as the new Major version may include the same functionality as the previous Major version.
Patch version numbers need only be reset when the functionality changes. I.e. when the Minor Version is incremented.
Resetting the Minor version to Zero looses the Minor Version Number's helpfulness in seeing at-a-glance how many new feature versions have been developed.
This makes the following legal:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.