Skip to content
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

tag versions #61

Open
tcurdt opened this issue Aug 2, 2018 · 5 comments
Open

tag versions #61

tcurdt opened this issue Aug 2, 2018 · 5 comments

Comments

@tcurdt
Copy link

tcurdt commented Aug 2, 2018

would be great if you could tag versions

@lunixbochs
Copy link
Owner

Do you have a more specific goal I can help with here? What system are you using the tags with?

@tcurdt
Copy link
Author

tcurdt commented Aug 2, 2018

Just to make the dependency management a bit clearer. No matter if you use dep or one of the many other options.

@foxcpp
Copy link

foxcpp commented Jun 8, 2019

VCS tags are used by Go modules and "module mode" will be on by default in Go 1.13, so it might be worth revisiting this issue.

@lunixbochs
Copy link
Owner

I don't use any of these dependency management tools in my workflow, if someone wants me to manually tag this repo I'll need to know the tag format or at least a specific command I should run locally.

@foxcpp
Copy link

foxcpp commented Sep 13, 2019

I don't use any of these dependency management tools in my workflow, if someone wants me to manually tag this repo I'll need to know the tag format or at least a specific command I should run locally.

Use Git tags with name in the following format: vX.Y.Z (https://semver.org/). Only one extra requirement is that all parts should be present (e.g. v0.1 is not valid, but v0.1.0 is).

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

No branches or pull requests

3 participants