zestsoftware / zest.releaser

Python software releasing made easy and repeatable
https://zestreleaser.readthedocs.io
GNU General Public License v2.0
198 stars 62 forks source link

Prefixing git tags with a "v" #375

Closed keul closed 2 years ago

keul commented 2 years ago

It seems that there's a common convention about prefixing git tags with a v char.

Tools like npm or cargo-release to this automatically. This is also used by Python libs too (example.

I'm wondering if zest.releaser can take this train too.

mauritsvanrees commented 2 years ago

Hi Luca, Try the option tag-format. See https://zestreleaser.readthedocs.io/en/latest/options.html

keul commented 2 years ago

Sorry, missed it! Thanks!