From: Jérôme Benoit Date: Sat, 6 Jul 2024 13:12:59 +0000 (+0200) Subject: ci: refine release-please configuration X-Git-Tag: v4.0.17~3 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=f8231b06d3d8a8d7415558c68d6c164c9b659a8a;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 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 } ] }