mirror of
https://github.com/semver/semver.git
synced 2026-07-11 03:53:53 -05:00
[PR #77] [MERGED] Build metadata identifier #3444
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?
📋 Pull Request Information
Original PR: https://github.com/semver/semver/pull/77
Author: @haacked
Created: 3/13/2013
Status: ✅ Merged
Merged: 3/20/2013
Merged by: @haacked
Base:
master← Head:build-metadata-identifier📝 Commits (7)
57fd194Updated to RC2, with new definition for build metadata.26e3cf8Removed an extraneous slash13aaadaAdd description of build metadata5114f85Omit build metadata from precedence rules9c58295Removed the plus sign and added examples2629b7eFixed grammar mistake3823b6aAdd space between "hypen" and regex.📊 Changes
1 file changed (+16 additions, -15 deletions)
View changed files
📝
semver.md(+16 -15)📄 Description
Build metadata is a completely optional way to tack on metadata to a version that does not affect the public API or precedence while still be compliant with SemVer. It's similar to a comment.
This allows folks to build on additional meaning or behavior that's meaningful to their custom systems without making any claims about the public version. For example, folks might use it for cache busting, layering custom behavior on top of SemVer, bookkeeping to tie when and
where a build was made, etc.
This PR is related to #61 and supersedes PR #70. You can see the previous discussions over there.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.