mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-05 21:07:58 +00:00
lib/upgrade: Add html_url release field
This commit is contained in:
parent
6408a116f9
commit
6b570ee8dc
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user