Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Watching new tags on GitHub

Tags:

github

I need to track new tags of many projects on github, it's possbile to get emails about newly created tags? Or through RSS channel, or somehow be notified, when new tag is created. I think that this would be great feature how to track new versions of projects hosted on github.

like image 828
Silver Zachara Avatar asked Sep 08 '13 16:09

Silver Zachara


2 Answers

I need to track new tags of many projects on github [...] through RSS channel

GitHub provides an atom feed for tags

  • Syntax: https://github.com/{:user}/{:repository}/tags.atom
  • Example: https://github.com/libgit2/libgit2sharp/tags.atom will list the tags of the LibGit2Sharp project
like image 123
nulltoken Avatar answered Oct 21 '22 15:10

nulltoken


Have a look at https://sibbell.com

It notifies you about new tags/releases and takes only 3 clicks to setup.

Really handy tool.

like image 43
Michael Avatar answered Oct 21 '22 15:10

Michael