From f8231b06d3d8a8d7415558c68d6c164c9b659a8a Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sat, 6 Jul 2024 15:12:59 +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 | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/release-please/config.json b/.github/release-please/config.json index 0adc4011..04faddbd 100644 --- a/.github/release-please/config.json +++ b/.github/release-please/config.json @@ -21,13 +21,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