16 lines
505 B
JSON
16 lines
505 B
JSON
{
|
|
"types": [
|
|
{ "type": "feat", "section": "Features" },
|
|
{ "type": "fix", "section": "Bug Fixes" },
|
|
{ "type": "build", "hidden": true },
|
|
{ "type": "chore", "hidden": true },
|
|
{ "type": "ci", "hidden": true },
|
|
{ "type": "docs", "hidden": true },
|
|
{ "type": "style", "hidden": true },
|
|
{ "type": "refactor", "hidden": true },
|
|
{ "type": "perf", "hidden": true },
|
|
{ "type": "test", "hidden": true }
|
|
],
|
|
"releaseCommitMessageFormat": "build(release): {{currentTag}}"
|
|
}
|