Skip to content

Commit a265c84

Browse files
committed
Prepended 'Updated:' to success echo of single manifest bumps ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
1 parent 603e9e5 commit a265c84

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
@@ -26,7 +26,7 @@ else
2626
new_ver="$TODAY"
2727
fi
2828
sed -i "s/\"version\": \"$old_ver\"/\"version\": \"$NEW_VER\"/" "$manifest"
29-
echo -e "${BW}v${old_ver}${NC}${BG}v${NEW_VER}${NC}"
29+
echo -e "Updated: ${BW}v${old_ver}${NC}${BG}v${NEW_VER}${NC}"
3030

3131
# COMMIT/PUSH bump(s)
3232
echo -e "${BY}\nCommitting bump to Git...\n${NC}"

0 commit comments

Comments
 (0)