Files
esp-mqtt/release-please-config.json
T
2026-04-02 14:14:58 +02:00

16 lines
223 B
JSON

{
"include-v-in-tag": true,
"extra-files": [
{
"type": "yaml",
"path": "idf_component.yml",
"jsonpath": "$.version"
}
],
"packages": {
".": {
"release-type": "simple"
}
}
}