Files
api/release-please-config.json
Eli Bosley 90e4913ef7 chore: add a single changelog for releases (#1191)
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **Documentation**
	- Streamlined the release notes presentation for improved clarity.
- Consolidated historical release records and now highlights the latest
enhancements and fixes in version 4.1.3.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2025-02-24 14:19:36 -05:00

19 lines
442 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,
"changelog-path": "api/CHANGELOG.md"
}