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 424e01e commit aa0eeb5Copy full SHA for aa0eeb5
utils/bump.sh
@@ -47,7 +47,7 @@ echo -e "Updated: ${BW}v${old_ver}${NC} → ${BG}v${new_ver}${NC}\n"
47
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"
51
- #git push
+ git add ./**/manifest.json && git commit -n -m "Bumped \`version\` to $NEW_VER"
+ git push
52
echo -e "\n${BG}Success! Manifest updated/committed/pushed to GitHub${NC}"
53
fi
0 commit comments