删除 'Dockerfile'

This commit is contained in:
2025-11-08 12:31:02 +00:00
committed by admin@cnod.net
parent d8f8c259d8
commit 8f7c0da3b7
19 changed files with 722 additions and 0 deletions

11
matter_server/RELEASE.md Normal file
View File

@@ -0,0 +1,11 @@
# Release documentation for developers
## Matter Server Update Procedure
When updating the server library in the add-on follow these steps:
1. Update the `MATTER_SERVER_VERSION` argument in `build.yaml`.
2. Check if the chip SDK version has changed in the server library.
3. If the minimal supported schema version has changed, set the `homeassistant` key in `config.yaml` to the minimum version of Home Assistant Core required to install or update the add-on.
4. Update the add-on version in `config.yaml`. Bump to a new major version if the minimum schema version has changed.
5. Update the changelog in `CHANGELOG.md`. Include a markdown link to the GitHub release of the server in the changelog.