Skip to content

Commit 520670d

Browse files
authored
Merge pull request semver#312 from krzysiekpiasecki/master
Mark keywords
2 parents 91dac1b + 67fe2a3 commit 520670d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

semver.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ interpreted as described in [RFC 2119](http://tools.ietf.org/html/rfc2119).
5858

5959
1. Software using Semantic Versioning MUST declare a public API. This API
6060
could be declared in the code itself or exist strictly in documentation.
61-
However it is done, it should be precise and comprehensive.
61+
However it is done, it SHOULD be precise and comprehensive.
6262

6363
1. A normal version number MUST take the form X.Y.Z where X, Y, and Z are
6464
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.
6969
MUST NOT be modified. Any modifications MUST be released as a new version.
7070

7171
1. Major version zero (0.y.z) is for initial development. Anything MAY change
72-
at any time. The public API should not be considered stable.
72+
at any time. The public API SHOULD NOT be considered stable.
7373

7474
1. Version 1.0.0 defines the public API. The way in which the version number
7575
is incremented after this release is dependent on this public API and how it

0 commit comments

Comments
 (0)