From 5d8e2e725e5bbc9ee4c1e16c33965e2c620a7e4f Mon Sep 17 00:00:00 2001 From: Adam Setch Date: Tue, 28 Jul 2026 22:50:48 -0400 Subject: [PATCH] ci: update perf emoji --- release-please-config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" },