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 c907610 commit 4c303bfCopy full SHA for 4c303bf
utils/bump.sh
@@ -79,6 +79,7 @@ if [[ "$no_commit" != true ]] ; then
79
fi
80
81
# Final SUMMARY log
82
+echo # line break
83
for manifest in "${!bumped_manifests[@]}" ; do
84
IFS=";" read -r old_ver new_ver <<< "${bumped_manifests[$manifest]}"
85
echo -e " ± $manifest ${BW}v${old_ver}${NC} → ${BG}v${new_ver}${NC}"
0 commit comments