From 2b4dc1a38c0095ff39de0cb98924730011c5f34c Mon Sep 17 00:00:00 2001 From: Erik Tiekstra Date: Tue, 18 May 2021 10:22:36 +0200 Subject: [PATCH] Activated merge to next branch for semantic-release --- tools/release.sh | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/tools/release.sh b/tools/release.sh index 6d5247e..c67e876 100644 --- a/tools/release.sh +++ b/tools/release.sh @@ -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}"