Skip to content

Commit aa0eeb5

Browse files
committed
Uncommented lines previously disabled for testing ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
1 parent 424e01e commit aa0eeb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utils/bump.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ echo -e "Updated: ${BW}v${old_ver}${NC} → ${BG}v${new_ver}${NC}\n"
4747
if (( $bumped_cnt == 0 )) ; then echo -e "${BW}Completed. No manifests bumped.${NC}"
4848
else
4949
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
50+
git add ./**/manifest.json && git commit -n -m "Bumped \`version\` to $NEW_VER"
51+
git push
5252
echo -e "\n${BG}Success! Manifest updated/committed/pushed to GitHub${NC}"
5353
fi

0 commit comments

Comments
 (0)