Skip to content

Commit 65abaf8

Browse files
committed
chore: add commit message validate
1 parent bafe6c6 commit 65abaf8

File tree

3 files changed

+640
-292
lines changed

3 files changed

+640
-292
lines changed

.vcmrc

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"helpMessage": "\nPlease fix your commit message (and consider using https://www.npmjs.com/package/commitizen)\n",
3+
"types": [
4+
"feat",
5+
"fix",
6+
"docs",
7+
"style",
8+
"refactor",
9+
"perf",
10+
"test",
11+
"chore",
12+
"revert"
13+
],
14+
"warnOnFail": false,
15+
"autoFix": false
16+
}

0 commit comments

Comments
 (0)