From bedfb18f565f4b6a81af7584e864cc88e5ffdc84 Mon Sep 17 00:00:00 2001 From: Ameen Rashad Date: Fri, 19 Jun 2020 16:24:46 +0530 Subject: [PATCH] build: move back to current branch after release --- ship.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ship.sh b/ship.sh index f4a0714..38c42f5 100755 --- a/ship.sh +++ b/ship.sh @@ -11,4 +11,6 @@ git checkout release git rebase $BRANCH # push -git push && git push --tags \ No newline at end of file +git push && git push --tags + +git checkout $BRANCH