[GH-ISSUE #62] What is the hex sample? #4292

Closed
opened 2026-06-13 11:58:05 -05:00 by GiteaMirror · 2 comments
Owner

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.

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.
Author
Owner

@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

<!-- gh-comment-id:12004244 --> @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
Author
Owner

@haacked commented on GitHub (Mar 13, 2013):

The build metadata is now being discussed in #70.

<!-- gh-comment-id:14856962 --> @haacked commented on GitHub (Mar 13, 2013): The build metadata is now being discussed in #70.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/semver#4292