github.com/fitzix/goreleaser@v0.92.0/www/content/semver.md (about)

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