{ "include-v-in-tag": true, "plugins": ["sentence-case"], "changelog-sections": [ { "type": "feat", "section": "Features" }, { "type": "fix", "section": "Bug Fixes" }, { "type": "perf", "section": "Performance Improvements" }, { "type": "revert", "section": "Reverts" }, { "type": "docs", "section": "Documentation" }, { "type": "deps", "section": "Dependencies" }, { "type": "ci", "section": "Continuous Integration", "hidden": true }, { "type": "chore", "section": "Miscellaneous", "hidden": true }, { "type": "build", "section": "Build System", "hidden": true }, { "type": "style", "section": "Styles", "hidden": true }, { "type": "refactor", "section": "Code Refactoring", "hidden": true }, { "type": "test", "section": "Tests", "hidden": true } ], "extra-files": [ { "type": "yaml", "path": "idf_component.yml", "jsonpath": "$.version" } ], "packages": { ".": { "release-type": "simple" } } }