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 c1bd9cc commit be07872Copy full SHA for be07872
.github/workflows/post-release-version-bump.yml
@@ -150,5 +150,5 @@ jobs:
150
git add CHANGELOG.md
151
if ! git diff --quiet --cached; then
152
git commit -m "Force our CHANGELOG to override merge conflicts"
153
- git push origin "post-release-${VERSION}"
+ git push origin "prepare-main-for-next-dev-cycle-${VERSION}"
154
fi
0 commit comments