0
0
mirror of https://github.com/semver/semver.git synced 2025-08-28 16:55:29 +00:00

Dash -> hyphen. Fixes #16.

This commit is contained in:
Tom Preston-Werner 2012-02-26 09:46:41 -08:00
parent 574fa0c83a
commit f64c79d374

View File

@ -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