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.
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.