雖說 GitHub 已經有 Watching 的功能可以收藏跟訂閱有興趣的專案,不過 … 我其實對大部分專案的 issues、pull requests、comments 沒興趣隨時 follow,比較偏向是要用到或是遇到問題的時候才去翻,所以 watching 並不適合我,好在 GitHub 有提供有點隱密(因為我沒找到官方消息來源 Orz… 只有從網頁原始碼裡面看到) 但超級好用的 RSS feed
筆記一下我目前滿喜歡用的兩種:
Commits:https://github.com/User/Project/commits/Branch.atom
例如:https://github.com/PeterDaveHello/Unitial/commits/master.atom
Releases / Tags:https://github.com/User/Project/releases.atom
https://github.com/User/Project/tags.atom
例如:https://github.com/PeterDaveHello/Unitial/releases.atom
https://github.com/PeterDaveHello/Unitial/tags.atom
直接把 User / Project / Branch 對應的位置代換掉即可~ 從此 follow 專案超輕鬆啦!
GitHub 後來有推出 watching release only 的功能,就看大家喜歡用 GitHub notification 還是 RSS 了,使用的場景不太相同,RSS 可以直接在滿多工具中直接整合、而且不必綁 GitHub 帳號就能收,透過 RSS reader 或 Slack 收通知也都是不錯的作法
https://help.github.com/en/github/receiving-notifications-about-activity-on-github/watching-and-unwatching-releases-for-a-repository