hectorcorrea / marcli

MARC command line parser
MIT License
117 stars 8 forks source link

Release tag issue #6

Closed sunshineplan closed 1 year ago

sunshineplan commented 3 years ago

Golang blog says: A semantic version has the form vMAJOR.MINOR.PATCH. So tag should be v1.0.1, not 1.0.1. Otherwise, go.mod will show pseudo-version like "github.com/hectorcorrea/marcli v0.0.0-20201116173935-903994c1d59f", which dependabot can't detect its new version currently.

hectorcorrea commented 1 year ago

Thanks for the pointer, the latest release uses the convention that you suggested: https://github.com/hectorcorrea/marcli/releases/tag/v1.1.0