Commit 13ee993e authored by Xueshan Feng's avatar Xueshan Feng
Browse files

fix(upgrade-check): fold CHANGELOG link into the review line



Merge the changelog URL into the "Review the CHANGELOG:" line and drop the
now-redundant "then run" phrasing.

Changelog: fixed
Co-Authored-By: default avatarClaude Opus 4.8 <noreply@anthropic.com>
parent e76e787c
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -72,9 +72,11 @@ if [ -n "${latest_tag}" ]; then
        fi
        web_base=$(release_web_base)
        if [ -n "${web_base}" ]; then
            echo -e "Changelog: ${GREEN}${web_base}/-/blob/${latest_tag}/CHANGELOG.md${NC}"
            echo -e "Review the CHANGELOG: ${GREEN}${web_base}/-/blob/${latest_tag}/CHANGELOG.md${NC}"
        else
            echo -e "Review the CHANGELOG."
        fi
        echo -e "Review the CHANGELOG, then run ${GREEN}make update-otica${NC}, or"
        echo -e "Run ${GREEN}make update-otica${NC}, or"
        echo -e "${GREEN}make update-otica VERSION=<ref>${NC} to stay on a specific version."
    fi
fi