Notify a team channel about new software releases via Slack and GitHub
This workflow automatically notifies the team in a Slack channel when code in a GitHub repository gets a new release.
## Prerequisites
- A GitHub account and [credentials](https://docs.n8n.io/integrations/credentials/github/)
- A Slack account and [credentials](https://docs.n8n.io/integrations/credentials/slack/)
## Nodes
- [GitHub Trigger node](https://docs.n8n.io/integrations/trigger-nodes/n8n-nodes-base.githubtrigger/) triggers the workflow when a release event takes place in the specified repository.
- [Slack node](https://docs.n8n.io/integrations/nodes/n8n-nodes-base.slack/) 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.