Skip to content

Commit b9b93f7

Browse files
committed
Consolidated multi git cmds into single lines for compactness ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
1 parent fc03646 commit b9b93f7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

utils/bump.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ echo -e "${BW}v${old_ver}${NC} → ${BG}v${NEW_VER}${NC}"
3131

3232
# Commit/push bump(s)
3333
echo -e "${BY}\nCommitting bump to Git...\n${NC}"
34-
git add ./**/manifest.json
35-
git commit -n -m "Bumped \`version\` to $NEW_VER"
34+
git add ./**/manifest.json && git commit -n -m "Bumped \`version\` to $NEW_VER"
3635
git push
3736

3837
# Print final summary

0 commit comments

Comments
 (0)