Skip to content
Tom Jowitt
  • Home
  • Writings
  • About

TIL: Github Atom Feeds

2024-03-01

Today, I learned that you can add .atom to the end of most GitHub URLs (releases, discussions, etc.) and get an RSS content feed.

I’m not sure why this isn’t a feature in the web interface. It’s very useful.

Eg. To get a feed of releases from a repo:

https://github.com/golangci/golangci-lint/releases

becomes

https://github.com/golangci/golangci-lint/releases.atom

← Back to writings
© 2026 Tom Jowitt
  • Home
  • Writings
  • About