Skip to content

Commit a5262a4

Browse files
committed
chore: add the 'Fixes' footer type in built-in tokens
1 parent 3b2f467 commit a5262a4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/main/resources/defaults/conventionalcommit.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,10 @@
4444
"description": "The commit introduces backward-incompatible changes."
4545
},
4646
"Closes": {
47-
"description": "The commit closes issues or pull requests."
47+
"description": "The commit closes an issue."
48+
},
49+
"Fixes": {
50+
"description": "The commit fixes an issue."
4851
},
4952
"Implements": {
5053
"description": "The commit implements new features."

0 commit comments

Comments
 (0)