1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-03 01:45:47 +00:00

Fix missing release title in webhook (#4783) (#4796)

This commit is contained in:
SagePtr 2018-08-26 17:24:33 +02:00 committed by techknowlogick
parent b63e2e0ded
commit 4ae5a54c1f

View 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(),