1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-10 03:47:03 +02:00
goreleaser/www/docs/limitations/semver.md

11 lines
398 B
Markdown
Raw Normal View History

2021-10-30 14:50:23 +02:00
# Semantic Versioning
2018-08-15 05:15:17 +02:00
GoReleaser enforces semantic versioning and will error on non compliant tags.
Your tag **should** be a valid [semantic version](http://semver.org/).
If it is not, GoReleaser will error.
The `v` prefix is not mandatory. You can check the [templating](/customization/templates/)
2018-08-15 05:15:17 +02:00
documentation to see how to use the tag or each part of the semantic version
in name templates.