Skip to content

Commit

Permalink
Fix missing release title in webhook (#4783) (#4800)
Browse files Browse the repository at this point in the history
  • Loading branch information
SagePtr authored and techknowlogick committed Aug 26, 2018
1 parent 99ce0bf commit 0358a40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions models/release.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ func (r *Release) APIFormat() *api.Release {
ID: r.ID,
TagName: r.TagName,
Target: r.Target,
Title: r.Title,
Note: r.Note,
URL: r.APIURL(),
TarURL: r.TarURL(),
Expand Down

0 comments on commit 0358a40

Please sign in to comment.