]> source.dussan.org Git - gitea.git/commitdiff
Fix missing release title in webhook (#4783) (#4800)
authorSagePtr <sageptr@gmail.com>
Sun, 26 Aug 2018 19:07:44 +0000 (21:07 +0200)
committertechknowlogick <techknowlogick@users.noreply.github.com>
Sun, 26 Aug 2018 19:07:44 +0000 (15:07 -0400)
models/release.go

index e3760e9ef7138dc0c4648ca20e5172f1f49f6fa6..1f03ed782d3c3bd13f96390eefec648df7ff0e64 100644 (file)
@@ -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(),