From 0a591737fd0a2c61d3e379547d5a9ff82aa23578 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sat, 6 Jul 2024 14:24:33 +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 | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/release-please/config.json b/.github/release-please/config.json index 84b54d2d..5f70d56b 100644 --- a/.github/release-please/config.json +++ b/.github/release-please/config.json @@ -29,14 +29,12 @@ ], "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": "✨ Polish", "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": "🧹 Chores", "hidden": false }, { "type": "build", "section": "🤖 Automation", "hidden": false }, { "type": "ci", "section": "🤖 Automation", "hidden": true } -- 2.34.1