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

by one -> SHOULD, not MUST

This commit is contained in:
Thijs Schreijer 2013-06-14 21:34:59 +02:00
parent bfa82b5405
commit 7b6a13b4de

View File

@ -62,8 +62,8 @@ However it is done, it should be precise and comprehensive.
1. A normal version number MUST take the form X.Y.Z where X, Y, and Z are 1. A normal version number MUST take the form X.Y.Z where X, Y, and Z are
non-negative integers, and MUST NOT contain leading zeroes. X is the non-negative integers, and MUST NOT contain leading zeroes. X is the
major version, Y is the minor version, and Z is the patch version. major version, Y is the minor version, and Z is the patch version.
Each element MUST increase numerically by increments of one. For Each element MUST increase numerically and SHOULD do so by increments of
instance: 1.9.0 -> 1.10.0 -> 1.11.0. one. For instance: 1.9.0 -> 1.10.0 -> 1.11.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.