mirror of
https://github.com/unraid/api.git
synced 2026-01-07 00:59:48 -06:00
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Enhanced the automated release process with integrated changelog updates for better tracking of product changes. - Expanded deployment support by distributing release assets through additional cloud providers, ensuring more robust delivery. - **Chores** - Refined release configurations and streamlined component management for a smoother rollout. - Introduced file verification checks to prevent release interruptions and maintain reliable updates. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
18 lines
403 B
JSON
18 lines
403 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": false
|
|
}
|