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

Este commit está contenido en:
SagePtr 2018-08-26 21:07:44 +02:00 cometido por techknowlogick
padre 99ce0bfcd7
commit 0358a40625
Se han modificado 1 ficheros con 1 adiciones y 0 borrados

Ver fichero

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