From 964866a2e355442d238994e0a31ac8a45d429c2c Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Thu, 4 Aug 2016 17:09:38 +0300 Subject: [PATCH] Push master and dev branches explicitly --- release.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/release.sh b/release.sh index 0c47a2a..84db7e1 100755 --- a/release.sh +++ b/release.sh @@ -146,6 +146,8 @@ echo -ne "${QUESTION_FLAG} ${CYAN}Push?" read PUSH if [[ $PUSH =~ [yY](es)* ]] || [ "$PUSH" = "" ]; then git push --tags + git push $BRANCH_MASTER + git push $BRANCH_DEV fi echo -e "${NOTICE_FLAG} Done!"