GitHubの特定ファイルのフィード取得する方法ないのかな〜と思って調べたらあった。
この形式で取得できるとのこと。
https://github.com/{org or user}/{repo}/commits/{branch}/{path_to_file}.atom
Railsのことをもっと身近にしていきたい(知っていきたい)なぁと思っている中で、CHANGELOG.md
に変更があった時だけその差分を読んでみると良いかも?と思っていたので、早速slackに通知するように設定した。
- https://github.com/rails/rails/commits/master/railties/CHANGELOG.md
- https://github.com/rails/rails/commits/master/guides/CHANGELOG.md
- https://github.com/rails/rails/commits/master/activemodel/CHANGELOG.md
- https://github.com/rails/rails/commits/master/activejob/CHANGELOG.md
- https://github.com/rails/rails/commits/master/actionview/CHANGELOG.md
- https://github.com/rails/rails/commits/master/activerecord/CHANGELOG.md
- https://github.com/rails/rails/commits/master/activestorage/CHANGELOG.md
- https://github.com/rails/rails/commits/master/activesupport/CHANGELOG.md
- https://github.com/rails/rails/commits/master/actiontext/CHANGELOG.md
- https://github.com/rails/rails/commits/master/actionpack/CHANGELOG.md
- https://github.com/rails/rails/commits/master/actionmailer/CHANGELOG.md
- https://github.com/rails/rails/commits/master/actionmailbox/CHANGELOG.md
- https://github.com/rails/rails/commits/master/actioncable/CHANGELOG.md
よし、よさそう。