This workflow automatically notifies the team in a Slack channel when code in a GitHub repository gets a new release.
Prerequisites
Nodes
- GitHub Trigger node triggers the workflow when a release event takes place in the specified repository.
- Slack node posts a message in a specified channel with the text "New release is available in {repository name}", along with further details and a link to the release.