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

Mark keywords

This commit is contained in:
Krzysztof Piasecki 2016-06-08 12:59:19 +02:00
parent 91dac1bff9
commit 67fe2a35f0

View File

@ -58,7 +58,7 @@ interpreted as described in [RFC 2119](http://tools.ietf.org/html/rfc2119).
1. Software using Semantic Versioning MUST declare a public API. This API 1. Software using Semantic Versioning MUST declare a public API. This API
could be declared in the code itself or exist strictly in documentation. could be declared in the code itself or exist strictly in documentation.
However it is done, it should be precise and comprehensive. 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
@ -69,7 +69,7 @@ Each element MUST increase numerically. For instance: 1.9.0 -> 1.10.0 -> 1.11.0.
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.
1. Major version zero (0.y.z) is for initial development. Anything MAY change 1. Major version zero (0.y.z) is for initial development. Anything MAY change
at any time. The public API should not be considered stable. at any time. The public API SHOULD NOT be considered stable.
1. Version 1.0.0 defines the public API. The way in which the version number 1. Version 1.0.0 defines the public API. The way in which the version number
is incremented after this release is dependent on this public API and how it is incremented after this release is dependent on this public API and how it