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 99ce0bf commit 0358a40Copy full SHA for 0358a40
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