mirror of
https://github.com/semver/semver.git
synced 2026-07-11 03:53:53 -05:00
[GH-ISSUE #291] Pre-release and build meta examples contain invalid characters #6200
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @clphillips on GitHub (Jan 27, 2016).
Original GitHub issue: https://github.com/semver/semver/issues/291
The spec (version 2.0.0) states that:
Which applies to both pre-release (section 9) and build meta (section 10). However, the examples given include:
These clearly violate the rule as they contain full stops (.), which are not alphanumerics or hyphens (e.g. they fall outside [0-9A-Za-z-]).
@FichteFoll commented on GitHub (Jan 27, 2016):
Start reading the two sections at the beginning.
@clphillips commented on GitHub (Jan 27, 2016):
I swear it wasn't there before. ^_^