Skip to content

Commit a247248

Browse files
committed
Add released to ReleaseAction
1 parent c4d51b8 commit a247248

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

github/api/types.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,7 @@ class ReleaseAction(SerializableEnum):
271271
EDITED = "edited"
272272
DELETED = "deleted"
273273
PRERELEASED = "prereleased"
274+
RELEASED = "released"
274275

275276

276277
@dataclass

0 commit comments

Comments
 (0)