mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-07-04 11:01:40 +00:00
25 lines
648 B
JSON
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"
|
|
} |