github.com/joselitofilho/goreleaser@v0.155.1-0.20210123221854-e4891856c593/www/docs/limitations/semver.md (about)

     1  ---
     2  title: Semantic Versioning
     3  ---
     4  
     5  GoReleaser enforces semantic versioning and will error on non compliant tags.
     6  
     7  Your tag **should** be a valid [semantic version](http://semver.org/).
     8  If it is not, GoReleaser will error.
     9  
    10  The `v` prefix is not mandatory. You can check the [templating](/customization/templates/)
    11  documentation to see how to use the tag or each part of the semantic version
    12  in name templates.