mirror of
https://github.com/semver/semver.git
synced 2026-07-11 05:12:48 -05:00
[PR #172] [CLOSED] Include Maven SNAPSHOT pre-release example #764
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/172
Author: @leif81
Created: 1/10/2014
Status: ❌ Closed
Base:
master← Head:patch-1📝 Commits (1)
de0625cInclude Maven SNAPSHOT pre-release example📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
semver.md(+1 -1)📄 Description
The Maven build system uses the keyword "SNAPSHOT" to indicate pre-release builds. Their definition and use fits nicely with the semver pre-release definition so it would be useful to be shown here as an example. Worth mentioning is that the "SNAPSHOT" naming convention is sometimes used by non-Maven projects too.
"you will often see the SNAPSHOT designator in a version, which indicates that a project is in a state of development"
http://maven.apache.org/guides/getting-started
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.