researchgate / gradle-release

gradle-release is a plugin for providing a Maven-like release process for projects using Gradle
MIT License
859 stars 223 forks source link

Tag Commit Message flag for CI CD #391

Closed uPagge closed 2 months ago

uPagge commented 3 months ago

Hello. I'm trying to use the -Prelease.tagCommitMessage flag when building from Gitlab CICD and it doesn't work for me. Should this flag work or is it not supported?

Hillkorn commented 2 months ago

It's not supported but you can configure it like this on your own if you want to.

release.tagCommitMessage = project.findProperty('release.tagCommitMessage')