1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-24 04:16:27 +02:00
Carlos Alexandro Becker e6de182f6c
docs: move back to www
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-05-10 17:32:55 -03:00

15 lines
418 B
Markdown

---
title: Semantic Versioning
weight: 11
menu: true
---
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](/templates)
documentation to see how to use the tag or each part of the semantic version
in name templates.