1
0
Derivar 0

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

Este cometimento está contido em:
SagePtr 2018-08-26 21:07:44 +02:00 cometido por techknowlogick
ascendente 99ce0bfcd7
cometimento 0358a40625
1 ficheiros modificados com 1 adições e 0 eliminações

Ver ficheiro

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