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 04280f7 commit 36e384cCopy full SHA for 36e384c
scripts/release.sh
@@ -124,8 +124,8 @@ git push origin "${RELEASE_TAG}"
124
git push --set-upstream origin ${VERSION}-${SUFFIX}
125
126
# Create the PR
127
-gh pr create --title "Release ${VERSION}-${SUFFIX}" \
128
- --body "Release ${VERSION}-${SUFFIX}" \
+gh pr create --title "Release ${VERSION}-${SUFFIX}: Bumping to next version post release" \
+ --body "1st commit marks ${VERSION}-${SUFFIX} release with the Git tag. 2nd commit bumps the version in the branch with SNAPSHOT suffix." \
129
--base ${BASE_BRANCH}
130
131
# File a PR on Github for the new branch. Have someone LGTM it, which gives you permission to continue.
0 commit comments