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

Add option for a tag message template #234

Closed htgoebel closed 6 years ago

htgoebel commented 7 years ago

releaser currently uses a hardcoded message when tagging. Please add an option to make this configurable. Thanks.

I suggest calling the option tag-message and accepting the same template variables as tag-format.

htgoebel commented 6 years ago

I implemented this, based on #246 and will provide a pull-request as soon as #246 is merged.