diff --git a/release-please-config.json b/release-please-config.json index 5d87d3e..b1d006f 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -10,5 +10,19 @@ } ] } - } + }, + "changelog-sections": [ + { "type": "feat", "section": "Features" }, + { "type": "feature", "section": "Features" }, + { "type": "fix", "section": "Bug Fixes" }, + { "type": "perf", "section": "Performance Improvements" }, + { "type": "revert", "section": "Reverts" }, + { "type": "docs", "section": "Documentation", "hidden": true }, + { "type": "style", "section": "Styles", "hidden": true }, + { "type": "chore", "section": "Miscellaneous Chores", "hidden": true }, + { "type": "refactor", "section": "Code Refactoring", "hidden": true }, + { "type": "test", "section": "Tests", "hidden": true }, + { "type": "build", "section": "Build system & distribution", "hidden": false }, + { "type": "ci", "section": "Continuous Integration", "hidden": true } + ] }