Skip to content

Commit

Permalink
feat: 🎸 issues
Browse files Browse the repository at this point in the history
replace issues in commit name dynamically based on provided format
string

✅ Closes: streamich#325
  • Loading branch information
DmitryKandratsenka committed Oct 29, 2021
1 parent 0933632 commit ca30b83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/formatCommitMessage.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ const formatCommitMessage = (state) => {
.replace(/\{emoji\}/g, config.disableEmoji ? '' : emoji + ' ')
.replace(/\{scope\}/g, scope)
.replace(/\{subject\}/g, subject)
.replace(/\{issues\}/g, issues)
.replace(/\{type\}/g, type);

let msg = head;
Expand Down

0 comments on commit ca30b83

Please sign in to comment.