diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6c4abef8c..356d8d71f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -30,8 +30,11 @@ jobs: committer: GitHub author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com> 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: | 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