We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db89747 commit c03bfc1Copy full SHA for c03bfc1
1 file changed
.github/workflows/gen-release-pr.yml
@@ -270,7 +270,7 @@ jobs:
270
uses: peter-evans/create-pull-request@v5
271
with:
272
token: ${{ secrets.GITHUB_TOKEN }}
273
- commit-message: "chore: prepare release ${{ steps.version-update.outputs.new-version }}"
+ commit-message: "Release Prep ${{ steps.version-update.outputs.new-version }}"
274
title: "Release Prep ${{ steps.version-update.outputs.new-version }}"
275
body-path: /tmp/pr-body.md
276
branch: release-prep
0 commit comments