We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67d211a commit 7bc0cccCopy full SHA for 7bc0ccc
dist/index.js
@@ -8578,7 +8578,7 @@ exports.SET = new Set([
8578
'workout',
8579
'worry',
8580
'write',
8581
- // Programming-specific verbs
+ // Verbs specific to programming
8582
'rewrite',
8583
'refactor',
8584
'reorganise',
@@ -8589,7 +8589,8 @@ exports.SET = new Set([
8589
'rephrase',
8590
'upgrade',
8591
'reformat',
8592
- 'update'
+ 'update',
8593
+ 'rename'
8594
]);
8595
8596
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@mristin/opinionated-commit-message",
3
- "version": "1.0.5",
+ "version": "1.0.6",
4
"description": "Github Action to check commit messages according to an opinionated style",
5
"keywords": [
6
"github",
0 commit comments