build: replace lefthook with husky, commitlint and commit-and-tag-version
This commit is contained in:
parent
fa913d1561
commit
92ed47ebdf
11 changed files with 3607 additions and 73 deletions
15
.versionrc
Normal file
15
.versionrc
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"types": [
|
||||
{ "type": "feat", "section": "Features" },
|
||||
{ "type": "fix", "section": "Bug Fixes" },
|
||||
{ "type": "perf", "section": "Performance" },
|
||||
{ "type": "revert", "section": "Reverts" },
|
||||
{ "type": "docs", "section": "Documentation", "hidden": true },
|
||||
{ "type": "style", "hidden": true },
|
||||
{ "type": "refactor", "hidden": true },
|
||||
{ "type": "test", "hidden": true },
|
||||
{ "type": "build", "hidden": true },
|
||||
{ "type": "ci", "hidden": true },
|
||||
{ "type": "chore", "hidden": true }
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue