Watches for new releases on GitHub and sends a message on Slack
Since GitHub doesn't have a feature for watching new releases (more details in isaacs/github#410), I've decided to create my own bot for Slack during the Hack Day 2017 at @Schibsted-Tech-Polska.
There's also a smiliar project, mystor/gh-release-watch (written in JavaScript). It sends the notifications by e-mail.
$ go install github.com/mstrzele/watchman
$ watchman -t YOUR_TOKEN_HERE
PRs accepted.
Small note: If editing the README, please conform to the standard-readme specification.
MIT © 2017 Maciej Strzelecki