Skip to content

Commit

Permalink
1.18.0-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Mar 1, 2021
1 parent 63a11be commit 03f27be
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
9 changes: 5 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,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/config.json`: `"version": "$NEW_VERSION"`
2. Commit the changes to `dev` branch
3. Publish a new "Release". Very important you specify Target: dev. Example
2. Update `zigbee2mqtt/CHANGELOG.md`
3. Commit the changes to `dev` branch
4. 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
5. When the pipelines finish the [build](https://dev.azure.com/zigbee2mqtt/Zigbee2mqtt%20Add-on/_build?definitionId=10) create a PR to `master`
6. Use **Squash and Merge** option
3 changes: 3 additions & 0 deletions zigbee2mqtt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 1.18.0-1
- Updated Zigbee2mqtt to version [`1.18.0`](/~https://github.com/Koenkk/zigbee2mqtt/releases/tag/1.18.0)

## 1.17.1-4
- Switched socat from `/share/zigbee2mqtt/ttyZ2M` to `/tmp/ttyZ2M`

Expand Down
2 changes: 1 addition & 1 deletion zigbee2mqtt/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Zigbee2mqtt",
"version": "1.17.1-4",
"version": "1.18.0-1",
"slug": "zigbee2mqtt",
"description": "Zigbee2mqtt add-on",
"uart": true,
Expand Down

0 comments on commit 03f27be

Please sign in to comment.