config: add types
This commit is contained in:
13
.versionrc.json
Normal file
13
.versionrc.json
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
{
|
||||||
|
"types": [
|
||||||
|
{"type": "feat", "section": "Features"},
|
||||||
|
{"type": "fix", "section": "Bug Fixes"},
|
||||||
|
{"type": "chore", "hidden": true},
|
||||||
|
{"type": "deps", "section": "Dependencies"},
|
||||||
|
{"type": "docs", "section": "Documentation"},
|
||||||
|
{"type": "style", "hidden": true},
|
||||||
|
{"type": "refactor", "hidden": true},
|
||||||
|
{"type": "perf", "hidden": true},
|
||||||
|
{"type": "test", "hidden": true}
|
||||||
|
]
|
||||||
|
}
|
Reference in New Issue
Block a user