.versionrc.json•678 B
{
"$schema": "https://unpkg.com/standard-version/schema.json",
"types": [
{ "type": "feat", "section": "Features" },
{ "type": "fix", "section": "Bug Fixes" },
{ "type": "perf", "section": "Performance" },
{ "type": "refactor", "section": "Refactoring" },
{ "type": "docs", "section": "Documentation", "hidden": false },
{ "type": "build", "section": "Build System", "hidden": false },
{ "type": "chore", "section": "Chores", "hidden": true },
{ "type": "test", "section": "Tests", "hidden": false },
{ "type": "ci", "section": "CI", "hidden": false }
],
"skip": {
"tag": false
},
"header": "Changelog",
"commitAll": true
}