We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ca8da1 commit 8fd1103Copy full SHA for 8fd1103
utils/bump.sh
@@ -63,7 +63,7 @@ if [[ "$no_commit" != true ]] ; then
63
if (( ${#unique_versions[@]} == 1 )) ; then COMMIT_MSG+=" to \`${unique_versions[0]}\`" ; fi
64
git add ./**/manifest.json && git commit -n -m "$COMMIT_MSG"
65
if [[ "$no_push" != true ]] ; then
66
- echo -e "${BY}Pulling latest changes from remote to sync local repository...${NC}\n"
+ echo -e "\n${BY}Pulling latest changes from remote to sync local repository...${NC}\n"
67
git pull || (echo -e "${BR}Merge failed, please resolve conflicts!${NC}" && exit 1)
68
echo -e "\n${BY}Pushing bump${plural_suffix} to Git...\n${NC}"
69
git push
0 commit comments