From 85b14709132f720908bc17fa9fe487f3cd943369 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sat, 6 Jul 2024 14:31:17 +0200 Subject: [PATCH] ci: refine release-please configuration MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 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 1acdf63..b81ff7a 100644 --- a/.github/release-please/config.json +++ b/.github/release-please/config.json @@ -19,14 +19,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 }