You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes we want to be more flexible and display issue number in any place of commit name (not just in the end and on the next row)
Add {issues} to dynamic commit name format
Can i get access to provide this change myself?
// @note(emoji) Add space after emoji (breakingChangePrefix/closedIssueEmoji)consthead=format.replace(/\{emoji\}/g,config.disableEmoji ? '' : emoji+' ').replace(/\{scope\}/g,scope).replace(/\{subject\}/g,subject).replace(/\{issues\}/g,issues).replace(/\{type\}/g,type);
The text was updated successfully, but these errors were encountered:
Sometimes we want to be more flexible and display issue number in any place of commit name (not just in the end and on the next row)
Add {issues} to dynamic commit name format
Can i get access to provide this change myself?
The text was updated successfully, but these errors were encountered: