ci: refine release-please configuration
[e-mobility-charging-stations-simulator.git] / .github / release-please / config.json
1 {
2 "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
3 "release-type": "node",
4 "include-component-in-tag": false,
5 "packages": {
6 ".": {}
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 ]
22 }