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