Skip to content

Commit 00e4748

Browse files
committed
Expanded commit/push comment ↞ [auto-sync from adamlui/ai-apps]
1 parent c0056bc commit 00e4748

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/bump.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ fi
2929
sed -i "s/\"version\": \"$OLD_VER\"/\"version\": \"$NEW_VER\"/" "$MANIFEST"
3030
echo -e "${bw}v${OLD_VER}${nc}${bg}v${NEW_VER}${nc}"
3131

32-
# Commit bumps
32+
# Commit/push bump(s)
3333
echo -e "${by}\nCommitting $( [[ $MULTI_BUMP == true ]] && echo bumps || echo bump) to Git...\n${nc}"
3434
git add ./**/manifest.json
3535
git commit -n -m "Bumped \`version\` to $NEW_VER"

0 commit comments

Comments
 (0)