Skip to content

Commit e9a7c9a

Browse files
authored
Add "unify", "reword" and "rephrase" (#13)
This adds the abovementioned verbs to the list of acceptable verbs in imperative mood.
1 parent 93b6cfe commit e9a7c9a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mristin/opinionated-commit-message",
3-
"version": "1.0.2post1",
3+
"version": "1.0.2post2",
44
"description": "Github Action to check commit messages according to an opinionated style",
55
"keywords": [
66
"github",

Diff for: src/mostFrequentEnglishVerbs.ts

+4-1
Original file line numberDiff line numberDiff line change
@@ -659,5 +659,8 @@ export const SET = new Set([
659659
'refactor',
660660
'reorganise',
661661
'reorganize',
662-
'restructure'
662+
'restructure',
663+
'unify',
664+
'reword',
665+
'rephrase'
663666
]);

0 commit comments

Comments
 (0)