mirror of
https://github.com/superhelio/tools.git
synced 2026-01-26 11:24:06 +00:00
Change pushing to do all
This commit is contained in:
@@ -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