我正在使用一个来自Github项目的库。有没有办法为新项目发布设置通知?

例如,我想知道什么时候会有新版本出现在这里

我知道我可以在每一期更新时收到通知,但这不是我想要的。虽然我看到一些项目使用这种方式来通知人们


当前回答

另一种选择是通过以下方式注册自动通知:

https://newreleases.io/(谢谢) https://release-notifier.com https://libraries.io https://gitpunch.com(目前不发送邮件) https://coderelease.io(目前不发送邮件) https://releases.netlify.com(不发送电子邮件)

设置一个任务来调用webhook:

https://github.com/justwatchcom/github-releases-notifier https://github.com/femtopixel/github-release-notifier

或者,如果您希望在原子提要更新时获得通知,您可以使用这些(除了Mikalai所指示的之外):https://www.softfluent.com/blog/dev/Be-notified-when-a-new-release-is-created-in-a-GitHub-repository

其他回答

不了解电子邮件,但你可以订阅RSS Atom提要发布: https://github.com/dropbox/dropbox-js/releases.atom 或标签: https://github.com/dropbox/dropbox-js/tags.atom


编辑:

要通过电子邮件获得通知,您可以使用Sibbell.com或RSS-to-email服务,如Blogtrottr。

我建议使用rss2email。你可以设置它并在安装python的每个操作系统上运行它。

Github

Github现在允许它原生

转到项目页面,点击右上角的“观看”按钮。有一个自定义选项,您可以切换发布。

NewReleases.io

https://newreleases.io/

这个应用程序给你发送电子邮件,也可以进入指定的频道。

GitPunch.com

https://gitpunch.com/

您可以选择一个存储库/ies: 然后设置你的通知首选项: [![enter image description here][4]][4]

通知开始进入你的电子邮件

我知道这个帖子很旧了,但我发现了这个:

http://coderelease.io

Touchpine监视开源项目,并在有新版本时通知您。如果您想要跟踪的项目尚未被监控,您可以请求添加它。

https://touchpine.com