jgitflow-gradle-plugin
jgitflow-gradle-plugin copied to clipboard
SCM Prefix / Suffix
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?
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.
Hello,
feel free to create a PR. I merge it and release a new version.
Hello @RobWin thanks for accepting the PR. Is there already a schedule when the next version of the plugin will be released / published?