File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -49,10 +49,11 @@ if (( $bumped_cnt == 0 )) ; then echo -e "${BW}Completed. No manifests bumped.${
4949# PULL latest changes
5050echo -e " ${BY} Pulling latest changes from remote to sync local repository...${NC} \n"
5151git pull || (echo -e " ${BR} Merge failed, please resolve conflicts!${NC} " && exit 1)
52+ echo ' '
5253
5354# ADD/COMMIT/PUSH bump(s)
5455plural_suffix=$(( ( $bumped_cnt > 1 )) && echo " s" )
55- echo -e " \n ${BG}${bumped_cnt} manifest${plural_suffix} bumped!\n${NC} "
56+ echo -e " ${BG}${bumped_cnt} manifest${plural_suffix} bumped!\n${NC} "
5657echo -e " ${BY} Committing bump${plural_suffix} to Git...\n${NC} "
5758COMMIT_MSG=" Bumped \` version\` "
5859unique_versions=($( printf " %s\n" " ${new_versions[@]} " | sort -u) )
You can’t perform that action at this time.
0 commit comments