webhook: add Release event (#2387)

This commit is contained in:
Unknwon
2017-03-11 18:41:32 -05:00
parent b9bb4a62d6
commit b615d670b3
18 changed files with 202 additions and 49 deletions

View File

@@ -141,6 +141,7 @@ type Webhook struct {
Issues bool
IssueComment bool
PullRequest bool
Release bool
Active bool
}