ci: refine release-please configuration
[e-mobility-charging-stations-simulator.git] / .github / release-please / config.json
CommitLineData
2c02376b
JB
1{
2 "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
4dc10464 3 "release-type": "node",
4968898a 4 "include-component-in-tag": false,
4dc10464
JB
5 "packages": {
6 ".": {}
4968898a
JB
7 },
8 "changelog-sections": [
9 { "type": "feat", "section": "🚀 Features", "hidden": false },
10 { "type": "fix", "section": "🐞 Fixes", "hidden": false },
11 { "type": "docs", "section": "📚 Documentation", "hidden": false },
12
13 { "type": "perf", "section": "✨ Polish", "hidden": false },
14 { "type": "refactor", "section": "✨ Polish", "hidden": false },
15
16 { "type": "chore", "section": "🧹 Chores", "hidden": true },
17 { "type": "test", "section": "🧹 Chores", "hidden": false },
18
19 { "type": "build", "section": "🤖 Automation", "hidden": false },
20 { "type": "ci", "section": "🤖 Automation", "hidden": true }
21 ]
2c02376b 22}