We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4d51b8 commit a247248Copy full SHA for a247248
1 file changed
github/api/types.py
@@ -271,6 +271,7 @@ class ReleaseAction(SerializableEnum):
271
EDITED = "edited"
272
DELETED = "deleted"
273
PRERELEASED = "prereleased"
274
+ RELEASED = "released"
275
276
277
@dataclass
0 commit comments