jgitflow-gradle-plugin icon indicating copy to clipboard operation
jgitflow-gradle-plugin copied to clipboard

SCM Prefix / Suffix

Open mrollo opened this issue 8 years ago • 3 comments

JGitFlow allows for configuration of a prefix or suffix in a commit message. My team is adding some commit hooks that enforce an issue # at the beginning of our commit messages as a way to easily track the commit back to an issue.

However, the commit hooks will fail with JGitFlow's standard commit messages. Would you be OK if I submitted a PR to allow for scmCommitPrefix and scmCommitSuffix properties to be passed to jgitflow commands at run time?

mrollo avatar Mar 13 '17 00:03 mrollo

I'll add onto this request the ability to configure the squashing all commits when finishing a feature/release/hotfix. That is another param we'd like to set at runtime.

mrollo avatar Mar 13 '17 02:03 mrollo

Hello,

feel free to create a PR. I merge it and release a new version.

RobWin avatar Mar 13 '17 07:03 RobWin

Hello @RobWin thanks for accepting the PR. Is there already a schedule when the next version of the plugin will be released / published?

oteichmann avatar Nov 21 '17 14:11 oteichmann