Skip to content

Commit 4c303bf

Browse files
committed
Added line break before final summary ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions/tree/main/perplexity-omnibox]
1 parent c907610 commit 4c303bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/bump.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ if [[ "$no_commit" != true ]] ; then
7979
fi
8080

8181
# Final SUMMARY log
82+
echo # line break
8283
for manifest in "${!bumped_manifests[@]}" ; do
8384
IFS=";" read -r old_ver new_ver <<< "${bumped_manifests[$manifest]}"
8485
echo -e " ± $manifest ${BW}v${old_ver}${NC}${BG}v${new_ver}${NC}"

0 commit comments

Comments
 (0)