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

This commit is contained in:
SagePtr 2018-08-26 21:07:44 +02:00 committed by 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(),