mirror of
https://github.com/semver/semver.git
synced 2026-07-11 03:53:53 -05:00
[GH-ISSUE #173] Semantic Versioning added to gitver #6105
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 @manuelbua on GitHub (Jan 12, 2014).
Original GitHub issue: https://github.com/semver/semver/issues/173
I added support for custom string formats in my little tool gitver, so now Semantic Versioning is possible as well: i'm looking for testers and opinions, would you mind helping test it?
Gitver is a very simple, lightweight, tag-based version string manager for git, written in Python: it generates version strings by using Python-based formatting rules coupled with repository information, augmented by user-defined data.
Thanks in advance!
PS: i know this isn't the best place to ask, but this is the best place to find knowledgable programmers on the subject.
@jwdonahue commented on GitHub (Dec 5, 2017):
@manuelbua, according to your readme.md file, gitver expects tags of the form [v]X.Y.Z[.REVISION][-PRE-RELEASE-METADATA], which is not actually SemVer compliant. This a very old issue which nobody has responded to until now, please close it at your earliest possible convenience.
@manuelbua commented on GitHub (Dec 5, 2017):
Hi @jwdonahue, thanks for taking the time for giving some feedback.
Yes, the input gitver expects are variations of that format, but what i meant when i said it support SemVer is that it can actually produce SemVer-compliant output, not that it also accepts tag in that format, that wasn't a goal either.
@jwdonahue commented on GitHub (Dec 5, 2017):
@manuelbua, can you please close this issue, it's been three years, there's no SemVer related question to answer and no actions to be taken on the spec.