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 603e9e5 commit a265c84Copy full SHA for a265c84
utils/bump.sh
@@ -26,7 +26,7 @@ else
26
new_ver="$TODAY"
27
fi
28
sed -i "s/\"version\": \"$old_ver\"/\"version\": \"$NEW_VER\"/" "$manifest"
29
-echo -e "${BW}v${old_ver}${NC} → ${BG}v${NEW_VER}${NC}"
+echo -e "Updated: ${BW}v${old_ver}${NC} → ${BG}v${NEW_VER}${NC}"
30
31
# COMMIT/PUSH bump(s)
32
echo -e "${BY}\nCommitting bump to Git...\n${NC}"
0 commit comments