Skip to content

Commit

Permalink
build: move back to current branch after release
Browse files Browse the repository at this point in the history
  • Loading branch information
vazra committed Jun 19, 2020
1 parent 3527005 commit bedfb18
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ship.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@ git checkout release
git rebase $BRANCH

# push
git push && git push --tags
git push && git push --tags

git checkout $BRANCH

0 comments on commit bedfb18

Please sign in to comment.