From: Jérôme Benoit Date: Sat, 6 Jul 2024 12:24:33 +0000 (+0200) Subject: ci: refine release-please configuration X-Git-Tag: ocpp-server@v1.4.2~3 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=0a591737fd0a2c61d3e379547d5a9ff82aa23578;p=e-mobility-charging-stations-simulator.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 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 }