diff --git a/release-please-config.json b/release-please-config.json index 5033c27..cd01455 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -6,6 +6,10 @@ "versioning": "default", "include-v-in-tag": false, "include-component-in-tag": false, + "changelog-sections": [ + {"type": "feat", "section": "Features"}, + {"type": "fix", "section": "Bug Fixes"} + ], "extra-files": [ ".github/actions/build-docs/action.yml", "src/Provider.php"