From: Jérôme Benoit Date: Sat, 6 Jul 2024 12:29:50 +0000 (+0200) Subject: ci: refine release-please configuration X-Git-Tag: v4.0.17~4 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=c70af8b587f10660aa5690f0391e75ec20019039;p=poolifier.git ci: refine release-please configuration Signed-off-by: Jérôme Benoit --- diff --git a/.github/release-please/config.json b/.github/release-please/config.json index 9db34da8..0adc4011 100644 --- a/.github/release-please/config.json +++ b/.github/release-please/config.json @@ -20,14 +20,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 }