Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Notifications for new Github project releases? [closed]

Tags:

github

People also ask

How do I get notifications from GitHub?

In the left sidebar, under the list of repositories, use the "Manage notifications" drop-down to click Notification settings. On the notifications settings page, choose how you receive notifications when: There are updates in repositories or team discussions you're watching or in a conversation you're participating in.

How do I subscribe to a GitHub release?

Choose a parent folder, GitHub releases in my case, and click on subscribe. Now, you can check if there is a new Kubernetes release with one click: You can click on the version number, and the new page opens with release details.

How do I get GitHub notifications on my desktop?

### Notifications permission If you want to receive desktop notifications, you can enable them on extension options page. You will then be asked for the notifications permission.

Are GitHub releases public?

No, currently it's not possible to have public releases in a private repository.


Don't know about email, but you can subscribe to RSS Atom feed with releases:
https://github.com/dropbox/dropbox-js/releases.atom
or tags:
https://github.com/dropbox/dropbox-js/tags.atom


EDIT:

To get notification via email you can use Sibbell.com or RSS-to-email service like Blogtrottr.


Another option is to sign up for auto notifications via:

  • https://gitpunch.com (was beer.vfeskov.com)
  • https://coderelease.io
  • https://libraries.io
  • https://releaser.richardhagen.no
  • https://releases.netlify.com

Setup a job to call a webhook:

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

Or if you would like to get a notification when the atom feed is updated, you can use these (in addition to the ones indicated by Mikalai): https://www.softfluent.com/blog/dev/Be-notified-when-a-new-release-is-created-in-a-GitHub-repository


NewReleases.io

https://newreleases.io/

This app sends you emails and also can slack into specified channel.

enter image description here

GitPunch.com

https://gitpunch.com/

  1. You pick a repository/ies: enter image description here

  2. Then setup your notification preferences: enter image description here

Notifications start coming to your email


I made a Ver.bot, which can send GitHub projects notifications about new version release. Besides GitHub projects, you can also subscribe npm, PyPI projects. The bot is currently on Slack, Telegram and Skype.