๐Ÿค” What?

You are using multiple open-source tools in your projects and need to stay up to date with their releases to track new features, bug fixes, and breaking changes.

๐Ÿš€ How?

Use an RSS feed reader.

First, for each github project you want to track create an entry in a releases file in the following format

https://github.com/<repository_namespace>/releases.atom
# e.g.
https://github.com/helm/charts/releases.atom

Then open the file using an RSS reader like newsboat or newsraft.

newsraft ~/.config/feeds/releases

For example for this feed file

https://github.com/helm/charts/releases.atom
https://github.com/prometheus-operator/kube-prometheus/releases.atom
https://github.com/kubernetes-sigs/external-dns/releases.atom
https://github.com/redis/redis/releases.atom
https://github.com/elastic/beats/releases.atom
https://github.com/fluent/fluentd/releases.atom

The result should look like this:

newsraft github releases