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

This commit is contained in:
SagePtr 2018-08-26 21:07:44 +02:00 提交者 techknowlogick
父節點 99ce0bfcd7
當前提交 0358a40625
共有 1 個檔案被更改,包括 1 行新增0 行删除

查看文件

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