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",
60b14fe6 3 "release-type": "node",
8406a86f
JB
4 "bump-minor-pre-major": true,
5 "bump-patch-for-minor-pre-major": true,
60414a7e 6 "tag-separator": "@",
56bf08fb 7 "include-v-in-tag": true,
4dc10464 8 "packages": {
5d522dd0 9 ".": {
5d522dd0 10 "exclude-paths": ["ui/web", "tests/ocpp-server"],
fed83b27
JB
11 "component": "simulator",
12 "extra-files": ["sonar-project.properties"]
8406a86f 13 },
5d522dd0 14 "ui/web": {
b7c140d7 15 "component": "webui",
60b14fe6 16 "extra-files": ["sonar-project.properties"]
8406a86f 17 },
5d522dd0 18 "tests/ocpp-server": {
8406a86f 19 "release-type": "python",
60b14fe6 20 "component": "ocpp-server"
8406a86f 21 }
4968898a 22 },
6bf3aae5 23 "plugins": [
6bf3aae5
JB
24 {
25 "type": "linked-versions",
94097a8d 26 "groupName": "simulator-ui-ocpp-server",
b7c140d7 27 "components": ["simulator", "webui", "ocpp-server"]
6bf3aae5
JB
28 }
29 ],
4968898a
JB
30 "changelog-sections": [
31 { "type": "feat", "section": "🚀 Features", "hidden": false },
0a591737 32 { "type": "fix", "section": "🐞 Bug Fixes", "hidden": false },
0a591737 33 { "type": "perf", "section": "⚡ Performance", "hidden": false },
4968898a 34 { "type": "refactor", "section": "✨ Polish", "hidden": false },
623d6472
JB
35 { "type": "test", "section": "🧪 Tests", "hidden": false },
36 { "type": "docs", "section": "📚 Documentation", "hidden": false },
4968898a
JB
37
38 { "type": "build", "section": "🤖 Automation", "hidden": false },
623d6472
JB
39 { "type": "ci", "section": "🤖 Automation", "hidden": true },
40
41 { "type": "chore", "section": "🧹 Chores", "hidden": true }
4968898a 42 ]
2c02376b 43}