-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Description
It's better to use semantic versioning with git tags - dep
and go mod
will automatically fetch tags as available versions.
Tag is immutable (until force push used), so it's more reliable to avoid pulling breaking changes when library updates.
Can you please add tag v1.0.0
or v1.0
to this repository?
git tag
git tag v1.0
git push origin v1.0
wolfy-j, euskadi31, jpillora and ainar-g
Metadata
Metadata
Assignees
Labels
No labels