mirror of
https://github.com/semver/semver.git
synced 2026-07-10 19:50:47 -05:00
[GH-ISSUE #104] SemVer badge/shield. #7044
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 @jmalloc on GitHub (Jun 6, 2013).
Original GitHub issue: https://github.com/semver/semver/issues/104
Just a quick thought I had - I think it would be beneficial to have a small, official "SemVer" icon/badge/shield to display on websites, README files, etc, that indicates a project uses semantic versioning. It's often hard to tell from tag names alone, and this would remove any doubt.
@Tieske commented on GitHub (Jun 6, 2013):
I would prefer an optional tag eg.a trailing
sv(space sv) which would allow existing systems to automatically determine whether a version could be parsed as SemVer. This would make it a lot easier to transition from a proprietary versioning schedule to a standard semver based schedule.For human communications though I like the idea of a batch.
@BitDrifter commented on GitHub (Jun 24, 2013):
+1 for both Ideas.
@jmalloc commented on GitHub (Jun 24, 2013):
A friend of mine linked me the image below, which is a modified example from the "shields as a service" issue on olivierlacan/shields. I like the idea of it stylistically matching badges used by other projects (Travis CI, etc), at the very least in terms of dimensions.
original url: http://calm-shore-6115.herokuapp.com/?label=semver&value=2.0.0-RC1&color=green
@chadwhitacre commented on GitHub (Aug 10, 2013):
@Tieske There are multiple versions of SemVer though. How would you communicate that?
@Tieske commented on GitHub (Aug 11, 2013):
using the
svpostfix, it could simply be appended;1.2.3 sv2.0.0package version1.2.3based on SemVer2.0.0.@chadwhitacre commented on GitHub (Sep 3, 2013):
@Tieske Noted on https://github.com/gittip/shields.io/issues/36.
@AaronLasseigne commented on GitHub (Nov 22, 2013):
👍 A badge would be great.
@rlidwka commented on GitHub (Dec 15, 2013):
Will
1.2.3+svbe good enough for this?Strong "-1" for badges, all of them, because most of them are essentially a web bugs tracking users activity on the internet.
@haacked commented on GitHub (Jul 1, 2014):
I'm not sold on the idea, but if we're going to discuss a badge, it seems a PR is a good place. Closing due to #126