mirror of
https://github.com/semver/semver.git
synced 2026-07-10 19:50:47 -05:00
[GH-ISSUE #428] Event based versioning #4559
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 @elypter on GitHub (Feb 7, 2018).
Original GitHub issue: https://github.com/semver/semver/issues/428
This is an outline for a mechanism that goes beyond classic versioning and is not meant to compete with semver or other versioning systems. instead of condensing all compatibility information in a set of numbers it intends to store the information about compatibility in its raw form like it comes from the developer and like it is most useful for applications as well. it should work as follows:
-this would also help with confusion between different branches if version numbers are not compatible because you can just look for events and it doesnt matter if the event happens in a nightly, a stable or a backport.
@jwdonahue commented on GitHub (Mar 24, 2018):
@elypter, This issue has nothing to do with SemVer and is unlikely to result in a PR. Please close at your earliest possible convenience.
@jwdonahue commented on GitHub (Aug 18, 2018):
@Haacked, time to close this one.