diff --git a/lib/upgrade/upgrade_common.go b/lib/upgrade/upgrade_common.go index 163e69f8..04237515 100644 --- a/lib/upgrade/upgrade_common.go +++ b/lib/upgrade/upgrade_common.go @@ -21,6 +21,10 @@ type Release struct { Tag string `json:"tag_name"` Prerelease bool `json:"prerelease"` Assets []Asset `json:"assets"` + + // The HTML URL is needed for human readable links in the output created + // by cmd/stupgrades. + HTMLURL string `json:"html_url"` } type Asset struct {