Cross-Provider Workflow
Sentry Release to GitHub Release to Slack
Version 1.0.0
Create a Sentry release, cut a GitHub release, then notify Slack.
Providers Orchestrated
Workflows
sentry-release-to-github-to-slack
Create a Sentry release, cut a GitHub release, and notify Slack.
Registers a new release in Sentry, cuts the matching tagged GitHub release, and posts a Slack message that the version has shipped.
1
create-sentry-release
$sourceDescriptions.sentryApi.createRelease
Register a new release in Sentry for deployment tracking.
2
create-github-release
$sourceDescriptions.githubRepos.createRelease
Cut the matching tagged release in GitHub.
3
notify-slack
$sourceDescriptions.slackChat.postChatPostmessage
Notify a Slack channel that the version has shipped.
Source API Descriptions
openapi
openapi