google / subcommands

Go subcommand library.
Apache License 2.0
749 stars 48 forks source link

Tag versions correctly #31

Closed luisdavim closed 4 years ago

luisdavim commented 4 years ago

subcommands support Go modules, however some versions are tagged incorrectly, since the "v" prefix is missing. For example, we have a release v1.2.0 but the corresponding tag is 1.2.0.

go get
go: github.com/google/subcommands@v1.2.0: reading github.com/google/subcommands/go.mod at revision v1.2.0: unknown revision v1.2.0
adjackura commented 4 years ago

This should be fixed now, thanks