mirror of
https://github.com/superhelio/tools.git
synced 2026-01-30 20:46:39 +00:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6b020a6fbf | ||
|
|
64c82d61cd | ||
|
|
9408ec3c5d | ||
|
|
92412a5006 |
@@ -1,3 +1,6 @@
|
|||||||
|
## 0.0.7 (2016-08-04)
|
||||||
|
- 9408ec3c5d22b54d038c0909926ee661fbd7c25c 2016-08-04 | Change pushing to do all (HEAD -> release-0.0.7, develop) [Ismo Vuorinen]
|
||||||
|
|
||||||
## 0.0.6 (2016-08-04)
|
## 0.0.6 (2016-08-04)
|
||||||
- 5af80c229c83d1716876f767fed56fa0352dbaab 2016-08-04 | Ask should we push to origin, with tags (HEAD -> release-0.0.6, develop) [Ismo Vuorinen]
|
- 5af80c229c83d1716876f767fed56fa0352dbaab 2016-08-04 | Ask should we push to origin, with tags (HEAD -> release-0.0.6, develop) [Ismo Vuorinen]
|
||||||
|
|
||||||
|
|||||||
@@ -141,11 +141,11 @@ git merge --no-ff $BRANCH_RELEASE
|
|||||||
# Remove release branch
|
# Remove release branch
|
||||||
git branch -d $BRANCH_RELEASE
|
git branch -d $BRANCH_RELEASE
|
||||||
|
|
||||||
echo -ne "${QUESTION_FLAG} ${CYAN}Push to origin?"
|
echo -ne "${QUESTION_FLAG} ${CYAN}Push?"
|
||||||
|
|
||||||
read PUSH
|
read PUSH
|
||||||
if [[ $PUSH =~ [yY](es)* ]] || [ "$PUSH" = "" ]; then
|
if [[ $PUSH =~ [yY](es)* ]] || [ "$PUSH" = "" ]; then
|
||||||
git push origin --tags
|
git push --tags
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo -e "${NOTICE_FLAG} Done!"
|
echo -e "${NOTICE_FLAG} Done!"
|
||||||
|
|||||||
Reference in New Issue
Block a user