1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-19 20:57:53 +02:00

11 lines
402 B
Markdown
Raw Permalink Normal View History

2021-10-30 09:50:23 -03:00
# Semantic Versioning
2018-08-15 00:15:17 -03:00
2022-08-28 16:15:24 -03:00
GoReleaser enforces semantic versioning and will error on non-compliant tags.
2018-08-15 00:15:17 -03:00
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.