We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce30f2c commit 56ce8cfCopy full SHA for 56ce8cf
dist/index.js
@@ -8587,7 +8587,9 @@ exports.SET = new Set([
8587
'unify',
8588
'reword',
8589
'rephrase',
8590
- 'upgrade'
+ 'upgrade',
8591
+ 'reformat',
8592
+ 'update'
8593
]);
8594
8595
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@mristin/opinionated-commit-message",
3
- "version": "1.0.4",
+ "version": "1.0.5",
4
"description": "Github Action to check commit messages according to an opinionated style",
5
"keywords": [
6
"github",
0 commit comments