https://github.com/Homebrew/brew/releases
If we append .atom: https://github.com/Homebrew/brew/releases.atom
We can now subscribe to be notified of releases in an RSS reader.This used to work for the commit history of individual files. Let’s say we wanted to be notified for changes to Homebrew’s python alias. First we’d open the commit history page:
https://github.com/Homebrew/homebrew-core/commits/master/Aliases/python
Then append .atom: https://github.com/Homebrew/homebrew-core/commits/master/Aliases/python.atom
Except now it returns JSON output. Not only does this prevent checking for changes to individual files in an RSS reader, the extension is misleading. If you have any scripts that parse the feed or are tracking changes to any file in an RSS reader, those are now broken.