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

index 46bc4e6b020f84d5becce95bf248e2c19edf6c3f..73df0e2902df6e4b0f1cc1339ad8cffaf71edd28 100644 (file)
@@ -1,7 +1,6 @@
 {
   "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
   "release-type": "node",
-  "bootstrap-sha": "890b9a32a7cfa2c3d3589f00a8b904fbaa88d66c",
   "bump-minor-pre-major": true,
   "bump-patch-for-minor-pre-major": true,
   "tag-separator": "@",
   "changelog-sections": [
     { "type": "feat", "section": "🚀 Features", "hidden": false },
     { "type": "fix", "section": "🐞 Bug Fixes", "hidden": false },
-    { "type": "docs", "section": "📚 Documentation", "hidden": false },
-    { "type": "test", "section": "🧪 Tests", "hidden": false },
     { "type": "perf", "section": "⚡ Performance", "hidden": false },
     { "type": "refactor", "section": "✨ Polish", "hidden": false },
-    { "type": "chore", "section": "🧹 Chores", "hidden": true },
+    { "type": "test", "section": "🧪 Tests", "hidden": false },
+    { "type": "docs", "section": "📚 Documentation", "hidden": false },
 
     { "type": "build", "section": "🤖 Automation", "hidden": false },
-    { "type": "ci", "section": "🤖 Automation", "hidden": true }
+    { "type": "ci", "section": "🤖 Automation", "hidden": true },
+
+    { "type": "chore", "section": "🧹 Chores", "hidden": true }
   ]
 }