We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b63e2e0 commit 4ae5a54Copy full SHA for 4ae5a54
models/release.go
@@ -88,6 +88,7 @@ func (r *Release) APIFormat() *api.Release {
88
ID: r.ID,
89
TagName: r.TagName,
90
Target: r.Target,
91
+ Title: r.Title,
92
Note: r.Note,
93
URL: r.APIURL(),
94
TarURL: r.TarURL(),
0 commit comments