mirror of
https://github.com/semver/semver.git
synced 2026-07-11 03:53:53 -05:00
[GH-ISSUE #553] SemVer URL #3117
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 @ghost on GitHub (Mar 21, 2020).
Original GitHub issue: https://github.com/semver/semver/issues/553
Why does the URL have a
v?https://semver.org/spec/v2.0.0.html
Is “v1.2.3” a semantic version?
No, “v1.2.3” is not a semantic version.
https://semver.org/spec/v2.0.0.html#is-v123-a-semantic-version
I'm sorry if it's a stupid issue!
@ljharb commented on GitHub (Mar 21, 2020):
Because the prefix indicates it’s a version number.
@ghost commented on GitHub (Mar 21, 2020):
It should be https://semver.org/spec/2.0.0.html, shouldn't it?
@ghost commented on GitHub (Mar 21, 2020):
To be Semantic.
@ljharb commented on GitHub (Mar 21, 2020):
I’m not sure why the exact url format matters here; an URL part isn’t a semver version anyways.