0
0
mirror of https://github.com/semver/semver.git synced 2025-08-22 22:08:33 +00:00

Merge pull request #902 from JohnTitor/JohnTitor-patch-1

This commit is contained in:
Yuki Okushi 2022-12-01 20:07:35 +09:00 committed by GitHub
commit a4f21e1a6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -99,7 +99,7 @@ precedence than the associated normal version. A pre-release version
indicates that the version is unstable and might not satisfy the indicates that the version is unstable and might not satisfy the
intended compatibility requirements as denoted by its associated intended compatibility requirements as denoted by its associated
normal version. Examples: 1.0.0-alpha, 1.0.0-alpha.1, 1.0.0-0.3.7, normal version. Examples: 1.0.0-alpha, 1.0.0-alpha.1, 1.0.0-0.3.7,
1.0.0-x.7.z.92, 1.0.0-x-y-z.--. 1.0.0-x.7.z.92, 1.0.0-x-y-z.\-\-.
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.