Commit 47eb20c8 authored by Xueshan Feng's avatar Xueshan Feng
Browse files

fix(upgrade-check): link to CHANGELOG instead of release page



Point the upgrade notice at CHANGELOG.md pinned to the latest release
tag, which lists the actual consumer-facing changes, rather than the
GitLab release object page.

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