-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrelease-please-config.json
More file actions
43 lines (43 loc) · 1.36 KB
/
release-please-config.json
File metadata and controls
43 lines (43 loc) · 1.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"bump-minor-pre-major": true,
"release-type": "simple",
"separate-pull-requests": true,
"packages": {
"esphome/components/lad": {
"component": "esphome-lad",
"include-component-in-tag": true
},
"esphome/components/mpq4242": {
"component": "esphome-mpq4242",
"include-component-in-tag": true
},
"esphome/components/pwrman_charger": {
"component": "esphome-pwrman-charger",
"include-component-in-tag": true
},
"firmware/charger-module": {
"component": "charger-module-firmware",
"include-component-in-tag": true
},
"hardware/backplane": {
"component": "backplane",
"include-component-in-tag": true
},
"hardware/charger-module": {
"component": "charger-module",
"include-component-in-tag": true
},
"hardware/esp32-mgmt-module": {
"component": "esp32-mgmt-module",
"include-component-in-tag": true
},
"hardware/pi-pico-mgmt-module": {
"component": "pi-pico-mgmt-module",
"include-component-in-tag": true
},
"hardware/rp2040-mgmt-module": {
"component": "rp2040-mgmt-module",
"include-component-in-tag": true
}
}
}