ci: refine release-please configuration
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Sat, 6 Jul 2024 12:29:50 +0000 (14:29 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Sat, 6 Jul 2024 12:29:50 +0000 (14:29 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
.github/release-please/config.json

index 9db34da8080b909a6ed0963945b1c95602e6d821..0adc4011a52392d1826082e6f24934678644d70b 100644 (file)
   },
   "changelog-sections": [
     { "type": "feat", "section": "🚀 Features", "hidden": false },
-    { "type": "fix", "section": "🐞 Fixes", "hidden": false },
+    { "type": "fix", "section": "🐞 Bug Fixes", "hidden": false },
     { "type": "docs", "section": "📚 Documentation", "hidden": false },
-
-    { "type": "perf", "section": "â\9c¨ Polish", "hidden": false },
+    { "type": "test", "section": "🧪 Tests", "hidden": false },
+    { "type": "perf", "section": "â\9a¡ Performance", "hidden": false },
     { "type": "refactor", "section": "✨ Polish", "hidden": false },
-
     { "type": "chore", "section": "🧹 Chores", "hidden": true },
-    { "type": "test", "section": "🧹 Chores", "hidden": false },
 
     { "type": "build", "section": "🤖 Automation", "hidden": false },
     { "type": "ci", "section": "🤖 Automation", "hidden": true }