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 7c06f5e commit 0ca8da1Copy full SHA for 0ca8da1
utils/bump.sh
@@ -65,7 +65,7 @@ if [[ "$no_commit" != true ]] ; then
65
if [[ "$no_push" != true ]] ; then
66
echo -e "${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 "${BY}Pushing bump${plural_suffix} to Git...\n${NC}"
+ echo -e "\n${BY}Pushing bump${plural_suffix} to Git...\n${NC}"
69
git push
70
fi
71
git_action="updated"$( [[ "$no_commit" != true ]] && echo -n "/committed" )$(
0 commit comments