mirror of
https://github.com/semver/semver.git
synced 2025-08-26 07:45:30 +00:00
Fixed inconsistent language about how build metadata and precedence
This commit is contained in:
parent
f1ab1fabaf
commit
a27ac08e16
@ -105,7 +105,7 @@ normal version. Examples: 1.0.0-alpha, 1.0.0-alpha.1, 1.0.0-0.3.7,
|
|||||||
1. Build metadata MAY be denoted by appending a plus sign and a series of dot
|
1. Build metadata MAY be denoted by appending a plus sign and a series of dot
|
||||||
separated identifiers immediately following the patch or pre-release version.
|
separated identifiers immediately following the patch or pre-release version.
|
||||||
Identifiers MUST comprise only ASCII alphanumerics and hyphen [0-9A-Za-z-].
|
Identifiers MUST comprise only ASCII alphanumerics and hyphen [0-9A-Za-z-].
|
||||||
Identifiers MUST NOT be empty. Build metadata SHOULD be ignored when determining
|
Identifiers MUST NOT be empty. Build metadata MUST be ignored when determining
|
||||||
version precedence. Thus two versions that differ only in the build metadata,
|
version precedence. Thus two versions that differ only in the build metadata,
|
||||||
have the same precedence. Examples: 1.0.0-alpha+001, 1.0.0+20130313144700,
|
have the same precedence. Examples: 1.0.0-alpha+001, 1.0.0+20130313144700,
|
||||||
1.0.0-beta+exp.sha.5114f85.
|
1.0.0-beta+exp.sha.5114f85.
|
||||||
|
Loading…
Reference in New Issue
Block a user