1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-26 04:22:05 +02:00
Carlos A Becker 2be6f399bf
docs: improve search
fixes #2616
2021-10-30 09:50:23 -03:00

11 lines
398 B
Markdown

# Semantic Versioning
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/)
documentation to see how to use the tag or each part of the semantic version
in name templates.