1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-06 03:13:48 +02:00
goreleaser/www/docs/limitations/semver.md
Carlos Alexandro Becker 700ff34236
docs: improving docs (#4956)
slowly but steadily fixing a billion warnings
2024-07-08 23:30:10 -03:00

11 lines
402 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.md) documentation to see how to use the
tag or each part of the semantic version in name templates.