RSS到github文件?

Bir*_*sky 6 rss github

有没有办法获得此文件的更改:

https://github.com/angular/angular.js/commits/master/CHANGELOG.md

我的目标是简单地知道angularjs或我消耗的任何其他repo何时发布了一个版本.

这是这样的吗?有没有更好的办法?

Jul*_*oux 5

是的,有一种更好的方法适用于任何回购:使用发布原子提要。一般形式是 https://github.com/<owner>/<repo>/releases.atom

您正在寻找的那个可以在https://github.com/angular/angular.js/releases.atom 找到


Geo*_*lly 5

您可以通过将 @.atom@ 添加到历史页面的 URL 来获取单个文件或文件夹的 Atom 提要。在你的情况下,这个:

https://github.com/angular/angular.js/commits/master/CHANGELOG.md.atom