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