Skip to content

Commit 36e384c

Browse files
authored
Clarify the release pull request title and body (#2289)
1 parent 04280f7 commit 36e384c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/release.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@ git push origin "${RELEASE_TAG}"
124124
git push --set-upstream origin ${VERSION}-${SUFFIX}
125125

126126
# Create the PR
127-
gh pr create --title "Release ${VERSION}-${SUFFIX}" \
128-
--body "Release ${VERSION}-${SUFFIX}" \
127+
gh pr create --title "Release ${VERSION}-${SUFFIX}: Bumping to next version post release" \
128+
--body "1st commit marks ${VERSION}-${SUFFIX} release with the Git tag. 2nd commit bumps the version in the branch with SNAPSHOT suffix." \
129129
--base ${BASE_BRANCH}
130130

131131
# File a PR on Github for the new branch. Have someone LGTM it, which gives you permission to continue.

0 commit comments

Comments
 (0)