Skip to content

Commit 590512f

Browse files
committed
Update description to post release PR
1 parent 3f52094 commit 590512f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/post_release_version_bump.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,11 @@ jobs:
4949
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5050
run: |
5151
DEV_VERSION="${{ github.event.inputs.version }}.dev0"
52-
gh pr create --title "Prepare main for next development cycle: Update version to $DEV_VERSION" \
52+
gh pr create --title "Post release $VERSION: Update version to $DEV_VERSION" \
5353
--body "This PR prepares the main branch for the next development cycle by updating the version to $DEV_VERSION.
5454
55+
This PR should only be merge when release for version v$VERSION is success.
56+
5557
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice." \
5658
--head prepare-main-for-next-dev-cycle-${VERSION} \
5759
--base main

0 commit comments

Comments
 (0)