mirror of
https://github.com/semver/semver.git
synced 2026-07-10 19:50:47 -05:00
[GH-ISSUE #326] Prefix Info #2952
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 @johnrs on GitHub (Jul 22, 2016).
Original GitHub issue: https://github.com/semver/semver/issues/326
I often see SemVar strings prefixed by a program or module name. Something like: "MyProg-v1.2.3".
I was wondering if this was currently allowed by the spec, in which case what delimiter character should be used? If not, would it be worth allowing for?
@haacked commented on GitHub (Jul 23, 2016):
No, SemVer only covers the version. What that string denotes is typically a package/library/program name and version. So the SemVer part is
1.2.3and only covers that part.