Skip to content

Commit bedfb18

Browse files
committed
build: move back to current branch after release
1 parent 3527005 commit bedfb18

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ship.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,6 @@ git checkout release
1111
git rebase $BRANCH
1212

1313
# push
14-
git push && git push --tags
14+
git push && git push --tags
15+
16+
git checkout $BRANCH

0 commit comments

Comments
 (0)