From 623d6472538afd1a5e7dfaa594f9569f0749aa14 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sat, 6 Jul 2024 15:10:18 +0200 Subject: [PATCH] ci: refine release-please configuration MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .github/release-please/config.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/release-please/config.json b/.github/release-please/config.json index 46bc4e6b..73df0e29 100644 --- a/.github/release-please/config.json +++ b/.github/release-please/config.json @@ -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": "@", @@ -31,13 +30,14 @@ "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 } ] } -- 2.34.1