For Go projects it is common to add a v prefix to versions.
The tags in this project are not prefixed like that, which makes automations cumbersome because users need a special case for this project.
pkg.go.dev doesn't even parse the existing version because of the missing prefix: https://pkg.go.dev/github.com/davidrjonas/semver-cli?tab=versions
See golang/go#32945 (comment)
For Go projects it is common to add a
vprefix to versions.The tags in this project are not prefixed like that, which makes automations cumbersome because users need a special case for this project.
pkg.go.dev doesn't even parse the existing version because of the missing prefix: https://pkg.go.dev/github.com/davidrjonas/semver-cli?tab=versions
See golang/go#32945 (comment)