ci: refine release-please configuration
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Thu, 4 Jul 2024 11:46:26 +0000 (13:46 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Thu, 4 Jul 2024 11:46:26 +0000 (13:46 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
.github/release-please/config.json

index 5987c2870f2cbe73ef2038c0e62297480961833f..475a156e27f65beb73448a8e7623126d68d75288 100644 (file)
@@ -1,7 +1,22 @@
 {
   "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
   "release-type": "node",
+  "include-component-in-tag": false,
   "packages": {
     ".": {}
-  }
+  },
+  "changelog-sections": [
+    { "type": "feat", "section": "🚀 Features", "hidden": false },
+    { "type": "fix", "section": "🐞 Fixes", "hidden": false },
+    { "type": "docs", "section": "📚 Documentation", "hidden": false },
+
+    { "type": "perf", "section": "✨ Polish", "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 }
+  ]
 }