-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove 'v' prefix from version #59
Comments
This question it for all StylishThemes repos, either we consistently add |
Maybe it is possible to unify past tags to the 'v'-less format with some Edit: yes,
|
I don't think we need to worry about past tags. |
Really not sure what the best scheme for tags is. Semver has been preaching a 'v' prefix in 1.0, but that requirement was dropped in 2.0. Generally, the majority of projects on GitHub seems to use the 'v' and it's also the default behaviour of |
Its been omitting the v due to ver The only issue is that the tag badges dont seem to work without the v prefix, like https://github.com/StylishThemes/GitHub-Dark-Script/blob/master/README.md which tag badge is now broken also due to purpuseful removal of the v prefix. I mean its nice to see the latest version without having to dig too much, Then again not all repos have that tag badge, which could do, what would be nice not to have tag badges that require a v prefix to work.
Tag auto GPG signature is quite recent, so Ide not consider this a blocker for one or two signatures sake. Whatever you guys decide really, but I'de prefer a solution that doesnt break tag badges. |
v1.2.3 is a tag name according to semantic versioning 1.2.3 is the semantic version, considering only tags are prefixed with this, I wonder if its initially related to tab badges in some way? Related badges/shields#3144 and badges/shields#3080 |
So I guess Github's API also does not support v-less tags 😆
|
Thinking of flipping around the prefix behaviour of |
If we need this open, please re-open. |
Currently this repo is set up to have
v
added to the tag (and tag message). Now I don't want to force my style on anyone, but I prefer tags to not include the 'v', so I'd like to change it, even if it's inconsistent with old tags. Anyone with me?Wikipedia-Dark/package.json
Lines 24 to 26 in f870779
The text was updated successfully, but these errors were encountered: