Open tcurdt opened 6 years ago
Do you have a more specific goal I can help with here? What system are you using the tags with?
Just to make the dependency management a bit clearer. No matter if you use dep
or one of the many other options.
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.
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.
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).
would be great if you could tag versions