0
0
mirror of https://github.com/semver/semver.git synced 2025-08-27 08:15:30 +00:00

Remove redundant rule 3. Closes #7.

This commit is contained in:
Tom Preston-Werner 2011-12-22 17:03:27 -07:00
parent 24eda4f61d
commit 574fa0c83a

View File

@ -47,11 +47,6 @@ non-negative integers. X is the major version, Y is the minor version, and Z
is the patch version. Each element MUST increase numerically by increments of is the patch version. Each element MUST increase numerically by increments of
one. For instance: 1.9.0 -> 1.10.0 -> 1.11.0. one. For instance: 1.9.0 -> 1.10.0 -> 1.11.0.
1. When a major version number is incremented, the minor version and patch
version MUST be reset to zero. When a minor version number is incremented, the
patch version MUST be reset to zero. For instance: 1.1.3 -> 2.0.0 and 2.1.7 ->
2.2.0.
1. Once a versioned package has been released, the contents of that version 1. Once a versioned package has been released, the contents of that version
MUST NOT be modified. Any modifications must be released as a new version. MUST NOT be modified. Any modifications must be released as a new version.
@ -220,4 +215,4 @@ License
------- -------
Creative Commons - CC BY 3.0 Creative Commons - CC BY 3.0
http://creativecommons.org/licenses/by/3.0/ http://creativecommons.org/licenses/by/3.0/