We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 130ced8 commit 22f47fdCopy full SHA for 22f47fd
dist/index.js
@@ -8567,7 +8567,10 @@ exports.SET = new Set([
8567
'work',
8568
'workout',
8569
'worry',
8570
- 'write'
+ 'write',
8571
+ // Programming-specific verbs
8572
+ 'rewrite',
8573
+ 'refactor'
8574
]);
8575
8576
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@mristin/opinionated-commit-message",
3
- "version": "1.0.0post1",
+ "version": "1.0.1",
4
"description": "Github Action to check commit messages according to an opinionated style",
5
"keywords": [
6
"github",
0 commit comments