build: update commitlint

This commit is contained in:
张传龙
2022-08-27 14:50:34 +08:00
parent 7ec078bd7a
commit 453148fc8d
2 changed files with 17 additions and 1 deletions

View File

@@ -5,7 +5,22 @@ module.exports = {
'type-enum': [
2,
'always',
['feat', 'fix', 'docs', 'style', 'refactor', 'perf', 'test', 'build', 'ci', 'chore', 'revert', 'wip', 'mod'],
[
'feat',
'fix',
'docs',
'style',
'refactor',
'perf',
'test',
'build',
'ci',
'chore',
'revert',
'wip',
'mod',
'release',
],
],
},
}