mirror of
https://github.com/semver/semver.git
synced 2026-07-11 05:12:48 -05:00
[GH-ISSUE #37] Non-semantic info and compatibility with OSGI #7003
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 @michpolicht on GitHub (Jul 19, 2012).
Original GitHub issue: https://github.com/semver/semver/issues/37
It would be nice, if SemVer was compatible with OSGI -> http://www.osgi.org/wiki/uploads/Links/SemanticVersioning.pdf
This could be achieved by allowance of additional "qualifier" field from OSGI, before last "+" or "-" character. User may define flags within qualifier for his own purpose. This can be used to denote for example target platform. Some picturesque examples:
1.2.0.win+build.4421, 0.3.1.x86-posix-rc.2.
@haacked commented on GitHub (Mar 13, 2013):
Hi @michpolicht we're adding something close to this, though probably not exactly the same. Take a look at the pull request #70