danielflower / multi-module-maven-release-plugin

A maven release plugin that is fast, does not add extra commits, and works well with single or multiple modules
http://danielflower.github.io/multi-module-maven-release-plugin/index.html
MIT License
125 stars 64 forks source link

Please support git comment prefix #72

Closed rverma-nikiai closed 5 years ago

rverma-nikiai commented 5 years ago

A git comment prefix will allow the build tools to ignore a particular commit created by release plugin. Else this will endlessly create versions as each release on master will commit and cycle back to release process.

To skip this only thing required is git commit prefix. http://maven.apache.org/maven-release/maven-release-plugin/prepare-mojo.html#scmCommentPrefix

danielflower commented 5 years ago

Hello... unlike the official plugin, this release plugin does not create commits, it only tags it, therefore there are not commits to have any messages at all.