github.com/goreleaser/goreleaser@v1.25.1/www/docs/limitations/semver.md (about) 1 # Semantic Versioning 2 3 GoReleaser enforces semantic versioning and will error on non-compliant tags. 4 5 Your tag **should** be a valid [semantic version](http://semver.org/). 6 If it is not, GoReleaser will error. 7 8 The `v` prefix is not mandatory. You can check the [templating](/customization/templates/) 9 documentation to see how to use the tag or each part of the semantic version 10 in name templates.