Skip to content

Commit c03bfc1

Browse files
authored
fix: align gen-release-pr commit message with skip check pattern (#437)
1 parent db89747 commit c03bfc1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/gen-release-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ jobs:
270270
uses: peter-evans/create-pull-request@v5
271271
with:
272272
token: ${{ secrets.GITHUB_TOKEN }}
273-
commit-message: "chore: prepare release ${{ steps.version-update.outputs.new-version }}"
273+
commit-message: "Release Prep ${{ steps.version-update.outputs.new-version }}"
274274
title: "Release Prep ${{ steps.version-update.outputs.new-version }}"
275275
body-path: /tmp/pr-body.md
276276
branch: release-prep

0 commit comments

Comments
 (0)