Skip to content

Commit 0358a40

Browse files
SagePtrtechknowlogick
authored andcommitted
Fix missing release title in webhook (#4783) (#4800)
1 parent 99ce0bf commit 0358a40

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

models/release.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ func (r *Release) APIFormat() *api.Release {
8888
ID: r.ID,
8989
TagName: r.TagName,
9090
Target: r.Target,
91+
Title: r.Title,
9192
Note: r.Note,
9293
URL: r.APIURL(),
9394
TarURL: r.TarURL(),

0 commit comments

Comments
 (0)