What is the hex sample? #48

Closed
opened 2026-02-17 11:06:25 -06:00 by GiteaMirror · 2 comments
Owner

Originally created by @jason-hess on GitHub (Jan 8, 2013).

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). 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

@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.

@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#48