mirror of
https://github.com/unraid/api.git
synced 2025-12-29 20:49:53 -06:00
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Added an enhanced, automated process to build and deploy the plugin across both staging and production environments. - Releases are now published immediately instead of being created as drafts, ensuring quicker access to updates. - **Chores** - Streamlined and consolidated deployment workflows for improved consistency and reliability throughout the release process. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
18 lines
418 B
JSON
18 lines
418 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"
|
|
]
|
|
}
|
|
},
|
|
"include-component-in-tag": false,
|
|
"draft": false,
|
|
"changelog-path": "api/CHANGELOG.md"
|
|
}
|