Skip to content

Commit 85c1003

Browse files
committed
Add step to set release branch upstream
1 parent 75c45d6 commit 85c1003

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/release-branch.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22

33
if [[ $(git branch --show-current) == "main" ]]; then
44
git checkout -B release
5+
git push -u origin release
56
fi

0 commit comments

Comments
 (0)