We’re using conventional commits for commit messages. Currently, merge messages are formatted like this:
Merge branch 'name-of-feature-branch' into target-branch
Is there a way to configure the message so that it starts lower case and has a colon after the word “merge”?
merge: branch 'name-of-feature-branch' into target-branch
