Skip to content
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.

Fix tag on release 0.5.2 #2172

Closed
smford opened this issue May 24, 2019 · 2 comments
Closed

Fix tag on release 0.5.2 #2172

smford opened this issue May 24, 2019 · 2 comments

Comments

@smford
Copy link

smford commented May 24, 2019

The release tag for version 0.5.2 differs in pattern which causes issues with scripts which depend on a tagging pattern. This is a minor typo issue and can easily be fixed, but does cause issues.

All other release tags are in the format:
v0.x.y

whereas the release for 0.5.2 does not include the prefix of "v"

Problem: https://github.com/golang/dep/releases/tag/0.5.2
Example good: https://github.com/golang/dep/releases/tag/v0.5.1
Example good: https://github.com/golang/dep/releases/tag/v0.5.3

See here for list of tags:
https://github.com/golang/dep/tags

What version of dep are you using (dep version)?

0.5.2

@dmitshur
Copy link
Contributor

This is related to issue #2160, which was fixed by creating v0.5.3.

@kevinburke
Copy link
Collaborator

I'm not sure of the best course of action, since technically people might be depending on this tag being present. I can also push v0.5.2, but I'm not sure that that fixes your problem either.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants