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 8e3268a commit 688f439Copy full SHA for 688f439
.github/workflows/post-release-version-bump.yml
@@ -144,5 +144,5 @@ jobs:
144
git add CHANGELOG.md
145
if ! git diff --quiet --cached; then
146
git commit -m "Force our CHANGELOG to override merge conflicts"
147
- git push origin "post-release-${VERSION}"
+ git push origin "prepare-main-for-next-dev-cycle-${VERSION}"
148
fi
0 commit comments