mirror of
https://github.com/semver/semver.git
synced 2026-07-11 04:52:47 -05:00
[GH-ISSUE #62] What is the hex sample? #6038
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 @jason-hess on GitHub (Jan 8, 2013).
Original GitHub issue: https://github.com/semver/semver/issues/62
Hi. I found the semver doco understandable except I'm confused about the 1.3.7+build.11.e0f985a example. What does that last segment represent? When would I create a version like that?
Thanks in advance,
Jason.
@haacked commented on GitHub (Jan 8, 2013):
This is part of the proposed "Build number" semantics which is still under review. The
+sign denotes that everything after it is a "build designation" that would probably be created by an automated build process.Right now, we're still discussing this in the following pull request: https://github.com/mojombo/semver/pull/61
@haacked commented on GitHub (Mar 13, 2013):
The build metadata is now being discussed in #70.