Skip to content

Commit ab56c9a

Browse files
Specify the release.md template when creating the release PR.
1 parent 802ec10 commit ab56c9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prep-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
7979
- name: Create pull request
8080
run: |
81-
gh pr create -B "${BASE_BRANCH}" -H release/"${NEW_VERSION}" --title "Release v${NEW_VERSION}" --body "Release v${NEW_VERSION}" --draft
81+
gh pr create -B "${BASE_BRANCH}" -H release/"${NEW_VERSION}" --title "Release v${NEW_VERSION}" --template "release.md" --draft
8282
env:
8383
BASE_BRANCH: ${{ github.ref_name }}
8484
GH_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)