modmuss50 / mod-publish-plugin

A Gradle plugin to publish mods to a range of destinations
https://modmuss50.github.io/mod-publish-plugin/
MIT License
56 stars 9 forks source link

Support optional github tag name for release creation #18

Closed MichaelHillcox closed 1 year ago

MichaelHillcox commented 1 year ago

It's not always intended behaviour for users to want the tag name of the release to match the version number. For example, in my build scripts, I typically use release/{mc_version}/{mod_version}. I've added an optional field to allow for a custom tag name to be supplied.