Merge branch 'release-0.0.8'

This commit is contained in:
Ismo Vuorinen
2016-08-04 17:10:24 +03:00
3 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,6 @@
## 0.0.8 (2016-08-04)
- 964866a2e355442d238994e0a31ac8a45d429c2c 2016-08-04 | Push master and dev branches explicitly (HEAD -> release-0.0.8, develop) [Ismo Vuorinen]
## 0.0.7 (2016-08-04)
- 9408ec3c5d22b54d038c0909926ee661fbd7c25c 2016-08-04 | Change pushing to do all (HEAD -> release-0.0.7, develop) [Ismo Vuorinen]

View File

@@ -1 +1 @@
0.0.7
0.0.8

View File

@@ -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!"