About 5,430,000 results
Open links in new tab
  1. git - What exactly is a Release in GitHub? - Stack Overflow

    Nov 5, 2015 · Release discussions are also available natively on GitHub Mobile. For more information, see GitHub Discussions, GitHub Releases and GitHub Mobile documentation. …

  2. How can I use github api to get all tags or releases for a project?

    Sep 25, 2013 · 30 I would like to know how to use the github-api to get all the current releases or tags for a project. I have seen the documentation for tags in github-api but I don't see a way to …

  3. How to create releases for public or private repository in GitHub?

    Jul 30, 2016 · I have a problem how create releases in our public or private repository in GitHub ? How to do it using windows cmd or linux terminal ? Is there any special commands for that?

  4. How to release versions on GitHub through the command line?

    you can do that using the GitHub CLI To create a release from an annotated git tag, first create one locally with git, push the tag to GitHub, then run this command.

  5. Download github release with curl - Stack Overflow

    Sep 6, 2017 · Download github release with curl Asked 8 years, 2 months ago Modified 3 years, 5 months ago Viewed 121k times

  6. What's the difference between tag and release? - Stack Overflow

    Aug 29, 2013 · Using GitHub's API, I can't get the releases list, but I can get the tags list. What's the difference between them?

  7. How to download GitHub Release from private repo using …

    Dec 5, 2013 · We had to download release assets from private GitHub repos fairly often, so we created fetch, which is an open source, cross-platform tool that makes it easy to download …

  8. github - How to list the releases of a repository? - Stack Overflow

    Aug 22, 2013 · Can the GitHub API return a list of repository's releases, along with the date each release was created? The "releases" API is acting unexpectedly, e.g. 0 releases for rails:

  9. Github: Can I see the number of downloads for a repo?

    Clone counts are available to authorized users by scraping with a Github username/password as are counts of downloads of asset files within releases. It doesn't seem possible to get clone …

  10. Notifications for new Github project releases? - Stack Overflow

    I'm using a library from a Github project. Is there some way to set up a notification for new project releases? For example, I want to know when a new release appears here I know I can be …