diff --git a/README.md b/README.md index e28407dc..f089ba27 100644 --- a/README.md +++ b/README.md @@ -126,3 +126,15 @@ _On MacOs you will have to run above command with 'sudo' as it requires to inter [chip-controller-repl-add-on]: https://github.com/home-assistant/addons-development/tree/master/chip_controller_repl [python-chip-building]: https://github.com/project-chip/connectedhomeip/blob/master/docs/guides/python_chip_controller_building.md [example-firmware-site]: https://nabucasa.github.io/matter-example-apps/ + +### Deploying a new version + +1. Update Matter Server PyPI package [`pyproject.toml`](https://github.com/home-assistant-libs/python-matter-server/blob/main/pyproject.toml) with the new version. +1. Update custom integration [`manifest.json`](https://github.com/home-assistant-libs/python-matter-server/blob/main/custom_components/matter_experimental/manifest.json) with the new version for both `requirements` and `version`. +1. Tag a new release in this repository with the new version. + +Updating the Matter Server add-on + +1. Update the PyPI package version used by the Matter Server add-on by updating `MATTER_SERVER_VERSION` in the [`Dockerfile`](https://github.com/home-assistant/addons-development/blob/master/matter_server/Dockerfile) +1. Bump the add-on version in [`config.yaml`](https://github.com/home-assistant/addons-development/blob/master/matter_server/config.yaml) +1. Add a new entry for the new add-on version in the changelog [`CHANGELOG.md`](https://github.com/home-assistant/addons-development/blob/master/matter_server/CHANGELOG.md)