You've already forked goreleaser
mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-07-05 00:59:04 +02:00
* docs: enable instant Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com> * fix: minify html Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com> * fix: edit uri Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com> * fix: remove uneeded meta Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com> * docs: several improvements Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com> * fix: broken links Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
13 lines
410 B
Markdown
13 lines
410 B
Markdown
---
|
|
title: 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.
|