We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bfa82b5 + 2bfa9b0 commit 413db68Copy full SHA for 413db68
semver.md
@@ -62,8 +62,7 @@ However it is done, it should be precise and comprehensive.
62
1. A normal version number MUST take the form X.Y.Z where X, Y, and Z are
63
non-negative integers, and MUST NOT contain leading zeroes. X is the
64
major version, Y is the minor version, and Z is the patch version.
65
-Each element MUST increase numerically by increments of one. For
66
-instance: 1.9.0 -> 1.10.0 -> 1.11.0.
+Each element MUST increase numerically. For instance: 1.9.0 -> 1.10.0 -> 1.11.0.
67
68
1. Once a versioned package has been released, the contents of that version
69
MUST NOT be modified. Any modifications MUST be released as a new version.
0 commit comments