GitHub releases RSS (Atom) feeds
If tack .atom onto the end of a GitHub releases URL, you now have an Atom feed for the project releases.
For example:
- https://github.com/neovim/neovim/releases (webpage)
- https://github.com/neovim/neovim/releases.atom (feed)
I'm hoping this will be a handy way to keep tabs on updates to the core tools I'm using: Neovim, Zellij, Espanso, Navi, etc.
This is well-documented out in the wild, but I didn't think to look for it until today.