diff --git a/release-please-config.json b/release-please-config.json index fd1e6086e..52cd2ce03 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -32,6 +32,14 @@ "path": "shared/package.json", "jsonpath": "$.version" } + ], + "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": "style", "section": "UI Changes" } ] } },