diff --git a/release-please-config.json b/release-please-config.json index 9beb224db..165d584d3 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -10,7 +10,7 @@ "changelog-sections": [ { "type": "feat", "section": "๐Ÿš€ Features" }, { "type": "fix", "section": "๐Ÿ› Bug Fixes" }, - { "type": "perf", "section": "โšก Performance" }, + { "type": "perf", "section": "โšก๏ธ Performance" }, { "type": "refactor", "section": "๐Ÿงผ Code Refactoring" }, { "type": "docs", "section": "๐Ÿ“š Documentation" }, { "type": "build", "section": "๐Ÿ—๏ธ Build System" },