ReleaseEvent

Activity related to a release. The type of activity is specified in the action property of the payload object. For more information, see the "releases" REST API.

The event object includes properties that are common for all events. Each event object includes a payload property and the value is unique to each event type. The payload object for this event is described below.

Event payload object

Key Type Description
action string The action that was performed. Can be published.
changes[body][from] string The previous version of the body if the action was edited.
changes[name][from] string The previous version of the name if the action was edited.
release object The release object.