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 75c45d6 commit 85c1003Copy full SHA for 85c1003
scripts/release-branch.sh
@@ -2,4 +2,5 @@
2
3
if [[ $(git branch --show-current) == "main" ]]; then
4
git checkout -B release
5
+ git push -u origin release
6
fi
0 commit comments