Skip to content

Commit

Permalink
Uncommented lines previously disabled for testing ↞ [auto-sync from h…
Browse files Browse the repository at this point in the history
  • Loading branch information
kudo-sync-bot committed Dec 9, 2024
1 parent 424e01e commit aa0eeb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/bump.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ echo -e "Updated: ${BW}v${old_ver}${NC} → ${BG}v${new_ver}${NC}\n"
if (( $bumped_cnt == 0 )) ; then echo -e "${BW}Completed. No manifests bumped.${NC}"
else
echo -e "${BY}Committing bump to Git...${NC}"
#git add ./**/manifest.json && git commit -n -m "Bumped \`version\` to $NEW_VER"
#git push
git add ./**/manifest.json && git commit -n -m "Bumped \`version\` to $NEW_VER"
git push
echo -e "\n${BG}Success! Manifest updated/committed/pushed to GitHub${NC}"
fi

0 comments on commit aa0eeb5

Please sign in to comment.