Today I release my first release of a module. Following https://blog.golang.org/publishing-go-modules, I create a non annotated tag. When I pushed the code to github I noticed that the tag was not sent to the remote repository. The option --follow-tags refuse to send not annotated tag.
The only article I found that use annotated tags is https://dave.cheney.net/2016/06/24/gophers-please-tag-your-releases, published 3 years ago. https://github.com/golang/go/wiki/PackagePublishing don't use semver and https://github.com/golang/go/wiki/Modules seems to use local tagging. so I'm not sure what to change. Thanks Manlio Perillo -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/21cc34c8-63ef-41ad-8eeb-d0cd6f8459f0%40googlegroups.com.