mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Tidy up commit msg on docker update action
This commit is contained in:
parent
2b5a976f35
commit
c4b5bb22db
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -30,8 +30,11 @@ jobs:
|
|||||||
committer: GitHub <noreply@github.com>
|
committer: GitHub <noreply@github.com>
|
||||||
author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
|
author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
|
||||||
path: 'node-red-docker'
|
path: 'node-red-docker'
|
||||||
title: '[TEST] Update to Node-RED ${{ env.newVersion }} release'
|
commit-message: 'Bump to ${{ env.newVersion }}'
|
||||||
|
title: '🚀 Update to Node-RED ${{ env.newVersion }} release'
|
||||||
body: |
|
body: |
|
||||||
Updates the Node-RED Docker repo for the ${{ env.newVersion }} release.
|
Updates the Node-RED Docker repo for the ${{ env.newVersion }} release.
|
||||||
|
|
||||||
|
Once this is merged, you will need to create a new release with the tag `v${{ env.newVersion }}`.
|
||||||
|
|
||||||
This PR was auto-generated by a GitHub Action. Any questions, speak to @knolleary
|
This PR was auto-generated by a GitHub Action. Any questions, speak to @knolleary
|
||||||
|
Loading…
Reference in New Issue
Block a user