Files
zigbee2mqtt/release-please-config.json
T
2024-05-08 23:43:55 +02:00

25 lines
648 B
JSON

{
"packages": {
".": {
"release-type": "node",
"include-component-in-tag": false,
"include-v-in-tag": false,
"draft": true
},
"charts/zigbee2mqtt": {
"release-type": "helm",
"include-component-in-tag": false,
"include-v-in-tag": false,
"draft": true,
"extra-files": [
{
"type": "yaml",
"path": "charts/zigbee2mqtt",
"jsonpath": "$.appVersion"
}
]
}
},
"pull-request-title-pattern": "chore${scope}: release ${version}",
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
}