mirror of
https://github.com/unraid/api.git
synced 2026-01-05 16:09:49 -06:00
18 lines
402 B
JSON
18 lines
402 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
|
|
"packages": {
|
|
".": {
|
|
"release-type": "node",
|
|
"extra-files": [
|
|
"api/package.json",
|
|
"plugin/package.json",
|
|
"unraid-ui/package.json",
|
|
"web/package.json"
|
|
]
|
|
}
|
|
},
|
|
"always-update": true,
|
|
"include-component-in-tag": false,
|
|
"draft": true
|
|
}
|