X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.github%2Frelease-please%2Fconfig.json;h=475a156e27f65beb73448a8e7623126d68d75288;hb=4968898a0abc81e3438a28fc983ecb0bcb75c5c5;hp=5987c2870f2cbe73ef2038c0e62297480961833f;hpb=4dc10464e640d30a12ece043edcd72390cd1fb43;p=e-mobility-charging-stations-simulator.git diff --git a/.github/release-please/config.json b/.github/release-please/config.json index 5987c287..475a156e 100644 --- a/.github/release-please/config.json +++ b/.github/release-please/config.json @@ -1,7 +1,22 @@ { "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json", "release-type": "node", + "include-component-in-tag": false, "packages": { ".": {} - } + }, + "changelog-sections": [ + { "type": "feat", "section": "🚀 Features", "hidden": false }, + { "type": "fix", "section": "🐞 Fixes", "hidden": false }, + { "type": "docs", "section": "📚 Documentation", "hidden": false }, + + { "type": "perf", "section": "✨ Polish", "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 } + ] }