diff --git a/.github/release-please-config.json b/.github/release-please-config.json index 2b37304c..5b89cd3c 100644 --- a/.github/release-please-config.json +++ b/.github/release-please-config.json @@ -13,5 +13,12 @@ ] } }, + "changelog-sections": [ + { "type": "feat", "section": "Features" }, + { "type": "fix", "section": "Bug Fixes" }, + { "type": "perf", "section": "Performance Improvements" }, + { "type": "revert", "section": "Reverts" }, + { "type": "docs", "section": "Documentation" } + ] "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json" }