mirror of
https://github.com/semver/semver.git
synced 2025-08-28 08:45:30 +00:00
Dash -> hyphen. Fixes #16.
This commit is contained in:
parent
574fa0c83a
commit
f64c79d374
@ -73,7 +73,7 @@ incompatible changes are introduced to the public API. It MAY include minor
|
|||||||
and patch level changes. Patch and minor version MUST be reset to 0 when major
|
and patch level changes. Patch and minor version MUST be reset to 0 when major
|
||||||
version is incremented.
|
version is incremented.
|
||||||
|
|
||||||
1. A pre-release version MAY be denoted by appending a dash and a series of
|
1. A pre-release version MAY be denoted by appending a hyphen and a series of
|
||||||
dot separated identifiers immediately following the patch version. Identifiers
|
dot separated identifiers immediately following the patch version. Identifiers
|
||||||
MUST be comprised of only ASCII alphanumerics and dash [0-9A-Za-z-].
|
MUST be comprised of only ASCII alphanumerics and dash [0-9A-Za-z-].
|
||||||
Pre-release versions satisfy but have a lower precedence than the associated
|
Pre-release versions satisfy but have a lower precedence than the associated
|
||||||
|
Loading…
Reference in New Issue
Block a user