mirror of
https://github.com/semver/semver.git
synced 2026-07-11 03:53:53 -05:00
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 @noremacskich on GitHub (Jul 11, 2014).
Original GitHub issue: https://github.com/semver/semver/issues/208
This is how I see semantic versioning being used as it currently stands.
This is how I would define Public: This is the information that developers that depend on the package will want to know. These developers are not actively contributing to the project.
And this is how I would define Insiders: This is the information that developers that are actively contributing to the project will want to know.
As a side note, to me, the pre-release version and build metadata are both a “catch all”, with slightly different meanings. That is the reasoning behind having a section called “Insiders”, since this is information that can be arbitrarily choosen by the project, and most likely will only be decipherable by the people actively working on the project.
Assuming that my understanding is right, I would like to propose adding the following field:
And using it like this:
This is how I would define Type: It is a way for developers to distinguish between various stages a project can be in. This is just a simple list that I have started, and by no means complete.
By doing this, we risk people coming up with their own abbreviations for the Type. To prevent this we would need to work out and agree on a list that will become a standard.
This would solve the issue of different developing styles stated in issue #200.
Comments are welcome.
@Abdillah commented on GitHub (Jul 28, 2015):
I do feel (IMO) that your types overlap each other. Additionally, type can simply be presented in pre-release, or if SemVer agree, post-release (I do have a great taste of having
+as post-release separator).e.g.
As for
public, in open source all is public, right? If you mean public consumption, stable also means that one.@jwdonahue commented on GitHub (Dec 6, 2017):
@noremacskich, you did not give any concrete examples how your new field would be expressed in actual version strings.
I would be opposed to adding more fields to SemVer. When it comes down to it, all these proposals to add new fields, whether type, post-release, nightly build, are just different processes that already exist with or without SemVer in the loop. If we relax rules 10 and 11 to refer to build meta as user data and leave the precedence rules for user data, up to the tool chain designers, we can increase buy-in to SemVer while providing baseline support for all these various schemes.
This issue is old, has not garnered any support, and has very little chance of acceptance. Unless you have anything further to add or intend to issue PR with whatever spec changes you are proposing, please close this issue at your earliest possible convenience.