Stop checking GitHub by hand for every project you follow. This setup watches a list of repos each day and posts a clear note in Slack when a new release appears, so the team never misses a change. It fits engineering, DevOps, and product teams that need quick and reliable release news.
On a daily schedule, n8n starts the run automatically without anyone clicking a button. A Code step holds the repo list and n8n loops through each record, so you can track many projects at once with one flow. An HTTP request calls the GitHub latest release endpoint, an If check guards against repeats, and then a Slack node sends the release name plus a short preview of the notes to your channel with clean formatting. People see the update in one place, plan upgrades sooner, and avoid scanning multiple sites.
You only need a Slack workspace and access to the GitHub repos you want to track, with an optional GitHub token for higher rate limits. Add or remove repos in the Code node, pick the Slack channel, and choose the time that fits your working hours. Expect less manual work, faster awareness, and fewer surprises when upstream tools ship new versions.