We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40e2151 commit 418279dCopy full SHA for 418279d
1 file changed
src/config/commit-type.ts
@@ -59,7 +59,7 @@ if (!isShowEmoji) {
59
CommitType = CommitType.map((commitType) => {
60
const labelArr = [...commitType.label];
61
labelArr.shift();
62
- commitType.label = labelArr.join('');
+ commitType.label = labelArr.join('').trim();
63
return commitType;
64
});
65
}
0 commit comments