{ "types": [ { "type": "feat", "section": "Features" }, { "type": "fix", "section": "Bug Fixes" }, { "type": "chore", "hidden": true }, { "type": "style", "hidden": true }, { "type": "docs", "hidden": true }, { "type": "refactor", "hidden": true }, { "type": "perf", "hidden": true }, { "type": "test", "hidden": true } ], "tagPrefix": "v", "skip": { "commit": true, "changelog": true }, "scripts": { "postbump": "node scripts/build.js && git add -A && git commit -m \"chore: build files [skip ci]\"" } }