Merge branch 'master' into feat/approval

This commit is contained in:
Jonas Franz
2018-05-21 11:15:51 +02:00
committed by GitHub
49 changed files with 4542 additions and 7677 deletions

View File

@ -327,6 +327,8 @@ type HookReleaseAction string
// all release actions
const (
HookReleasePublished HookReleaseAction = "published"
HookReleaseUpdated HookReleaseAction = "updated"
HookReleaseDeleted HookReleaseAction = "deleted"
)
// ReleasePayload represents a payload information of release event.