0
0
mirror of https://github.com/semver/semver.git synced 2025-08-26 15:55:30 +00:00
This commit is contained in:
Konstantin Zudov 2025-06-23 19:31:21 +09:00 committed by GitHub
commit d71559e8d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -60,8 +60,8 @@ could be declared in the code itself or exist strictly in documentation.
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
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.
non-negative integers. Elements (X, Y and Z) MUST NOT contain leading zeroes.
X is the major version, Y is the minor version, and Z is the patch version.
Each element MUST increase numerically. For instance: 1.9.0 -> 1.10.0 -> 1.11.0.
1. Once a versioned package has been released, the contents of that version