Commit ff2306a8 authored by xuwang's avatar xuwang
Browse files

Update scripts/otica-upgrade-check.sh, ref to release notes in help message

Changelog: info
parent a7a07852
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -72,9 +72,9 @@ if [ -n "${latest_tag}" ]; then
        fi
        web_base=$(release_web_base)
        if [ -n "${web_base}" ]; then
            echo -e "Review the CHANGELOG: ${GREEN}${web_base}/-/blob/${latest_tag}/CHANGELOG.md${NC}"
            echo -e "Review the Releases: ${GREEN}${web_base}/-/releases${NC}"
        else
            echo -e "Review the CHANGELOG."
            echo -e "Review the Releases."
        fi
        echo -e "Run ${GREEN}make update-otica${NC}, or ${GREEN}make update-otica VERSION=<ref>${NC} to stay on a specific version."
    fi