Skip to content

Commit

Permalink
Updated contribution manual
Browse files Browse the repository at this point in the history
  • Loading branch information
ciotlosm committed Feb 11, 2021
1 parent 4772ba5 commit 67a4a9f
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@

# Upgrading the Zigbee2mqtt version
So you want to bump the zigbee2mqtt version because I'm too slow. Here's how:
1. Change the version number in `zigbee2mqtt/Dockerfile`: `ENV ZIGBEE2MQTT_VERSION="$NEW_VERSION"`
2. Change the version number in `zigbee2mqtt/config.json`: `"version": "$NEW_VERSION"`
3. Add any new configuration options to `zigbee2mqtt/config.json` and `zigbee2mqtt-edge/config.json`.
1. Change the version number in `zigbee2mqtt/config.json`: `"version": "$NEW_VERSION"`
2. Commit the changes to `dev` branch
3. Publish a new "Release". Very important you specify Target: dev. Example
```
Tag version: v1.17.1 @ Target: dev
Release title: v1.17.1
```
4. When the pipelines finish the [build](https://dev.azure.com/zigbee2mqtt/Zigbee2mqtt%20Add-on/_build?definitionId=10) create a PR to `master`
5. Use **Squash and Merge** option

0 comments on commit 67a4a9f

Please sign in to comment.