Activated merge to next branch for semantic-release

This commit is contained in:
Erik Tiekstra
2021-05-18 10:22:36 +02:00
parent f32cce7691
commit 2b4dc1a38c

View File

@@ -68,12 +68,12 @@ fi
# ----------------------------------
# UPDATING GIT REPOSITORIES
# ----------------------------------
# echo -e "${CYAN}Updating git repository${NOCOLOR}"
# git push
# git checkout next
# git pull
# git merge develop
# git push
# git checkout develop
# echo -e "${GREEN}Git repository updated!${NOCOLOR}"
# echo -e "${GREEN}Release is complete!${NOCOLOR}"
echo -e "${CYAN}Updating git repository${NOCOLOR}"
git push
git checkout next
git pull
git merge develop
git push
git checkout develop
echo -e "${GREEN}Git repository updated!${NOCOLOR}"
echo -e "${GREEN}Release is complete!${NOCOLOR}"