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 a3331ee commit 24dcebfCopy full SHA for 24dcebf
utils/bump.sh
@@ -44,7 +44,7 @@ echo -e "Updated: ${BW}v${old_ver}${NC} → ${BG}v${new_ver}${NC}\n"
44
((bumped_cnt++))
45
46
# COMMIT/PUSH bump(s)
47
-if [[ $bumped_cnt -eq 0 ]] ; then echo -e "${BW}Completed. No manifests bumped.${NC}"
+if (( $bumped_cnt == 0 )) ; then echo -e "${BW}Completed. No manifests bumped.${NC}"
48
else
49
echo -e "${BY}Committing bump to Git...${NC}"
50
#git add ./**/manifest.json && git commit -n -m "Bumped \`version\` to $NEW_VER"
0 commit comments