add release hook types (#107)
This commit is contained in:
parent
7fa627fa5d
commit
b2308e3f70
1 changed files with 2 additions and 0 deletions
|
@ -327,6 +327,8 @@ type HookReleaseAction string
|
||||||
// all release actions
|
// all release actions
|
||||||
const (
|
const (
|
||||||
HookReleasePublished HookReleaseAction = "published"
|
HookReleasePublished HookReleaseAction = "published"
|
||||||
|
HookReleaseUpdated HookReleaseAction = "updated"
|
||||||
|
HookReleaseDeleted HookReleaseAction = "deleted"
|
||||||
)
|
)
|
||||||
|
|
||||||
// ReleasePayload represents a payload information of release event.
|
// ReleasePayload represents a payload information of release event.
|
||||||
|
|
Loading…
Reference in a new issue