Sentry · Arazzo Workflow
Sentry Cut a Release and Record a Deploy
Version 1.0.0
Create an organization release, confirm it, record a deploy to an environment, and list its deploys.
View Spec
View on GitHub
APMApplication MonitoringBug TrackingDeveloper ToolsError TrackingObservabilityPerformance MonitoringReal-Time MonitoringArazzoWorkflows
Provider
Workflows
cut-release-deploy
Create a release and record a deploy of it to an environment.
Creates an organization release tied to the supplied projects, confirms the release, creates a deploy of it to the target environment, and lists deploys to verify the record.
1
createRelease
createOrganizationRelease
Create a new release for the organization tied to the supplied projects and version identifier.
2
confirmRelease
retrieveOrganizationRelease
Retrieve the newly created release to confirm the version was registered before recording a deploy.
3
createDeploy
createReleaseDeploy
Record a deploy of the confirmed release to the target environment.
4
listDeploys
listReleaseDeploys
List the release's deploys to verify the new deploy was captured.