mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-24 04:16:27 +02:00
9a19dee300
I suspect this is something about the mkdocs template, but I'm not familiar enough, and this is easy.
411 B
411 B
title |
---|
Semantic Versioning |
GoReleaser enforces semantic versioning and will error on non compliant tags.
Your tag should be a valid semantic version. If it is not, GoReleaser will error.
The v
prefix is not mandatory. You can check the templating
documentation to see how to use the tag or each part of the semantic version
in name templates.