mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-08-29 07:08:56 +00:00
Merge branch 'master' into dev
This commit is contained in:
@@ -18,3 +18,4 @@ jobs:
|
||||
release-type: node
|
||||
package-name: release-please-action
|
||||
default-branch: master
|
||||
token: ${{secrets.CR_PAT}}
|
||||
@@ -25,6 +25,6 @@ jobs:
|
||||
- run: npm install
|
||||
- uses: peter-evans/create-pull-request@v5
|
||||
with:
|
||||
commit-message: Update dependencies
|
||||
commit-message: "feat(ignore): update dependencies"
|
||||
branch: "update_deps"
|
||||
title: Update dependencies
|
||||
|
||||
@@ -23,7 +23,7 @@ jobs:
|
||||
- uses: peter-evans/create-pull-request@v5
|
||||
id: cpr
|
||||
with:
|
||||
commit-message: "chore: update zigbee2mqtt-frontend to ${{ github.event.client_payload.version }}"
|
||||
commit-message: "feat(ignore): update zigbee2mqtt-frontend to ${{ github.event.client_payload.version }}"
|
||||
branch: "update_frontend"
|
||||
title: Update zigbee-frontend to ${{ github.event.client_payload.version }}
|
||||
- run: sleep 5 # Otherwise pull request may not exist yet causing automerge to fail
|
||||
|
||||
@@ -23,7 +23,7 @@ jobs:
|
||||
- uses: peter-evans/create-pull-request@v5
|
||||
id: cpr
|
||||
with:
|
||||
commit-message: "chore: update zigbee-herdsman to ${{ github.event.client_payload.version }}"
|
||||
commit-message: "feat(ignore): update zigbee-herdsman to ${{ github.event.client_payload.version }}"
|
||||
branch: "update_zh"
|
||||
title: Update zigbee-herdsman to ${{ github.event.client_payload.version }}
|
||||
- run: sleep 5 # Otherwise pull request may not exist yet causing automerge to fail
|
||||
|
||||
@@ -23,7 +23,7 @@ jobs:
|
||||
- uses: peter-evans/create-pull-request@v5
|
||||
id: cpr
|
||||
with:
|
||||
commit-message: "chore: update zigbee-herdsman-converters to ${{ github.event.client_payload.version }}"
|
||||
commit-message: "feat(ignore): update zigbee-herdsman-converters to ${{ github.event.client_payload.version }}"
|
||||
branch: "update_zhc"
|
||||
title: Update zigbee-herdsman-converters to ${{ github.event.client_payload.version }}
|
||||
- run: sleep 5 # Otherwise pull request may not exist yet causing automerge to fail
|
||||
|
||||
@@ -6,7 +6,9 @@
|
||||
"bump-minor-pre-major": false,
|
||||
"bump-patch-for-minor-pre-major": false,
|
||||
"draft": false,
|
||||
"prerelease": false
|
||||
"include-v-in-tag": false,
|
||||
"prerelease": false,
|
||||
"skip-github-release": true
|
||||
}
|
||||
},
|
||||
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
|
||||
|
||||
Reference in New Issue
Block a user