Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add command for fetching the latest release info from a github repo #772

Merged
merged 5 commits into from Nov 3, 2018

Commits on Nov 2, 2018

  1. Configuration menu
    Copy the full SHA
    cfdb4db View commit details
    Browse the repository at this point in the history
  2. Refactor and add new Github commands

     - Refactor command for fetching latest release info from a Github repository
     - Add command for fetching release info by release version tag
     - Add command for listing all releases from a Github repository
    kaffein committed Nov 2, 2018
    Configuration menu
    Copy the full SHA
    5a6c290 View commit details
    Browse the repository at this point in the history
  3. Refactor code

     - Remove boilerplate code by introducing a utility function
     - Fix a bug related to how the release 'published_at' date is parsed
    kaffein committed Nov 2, 2018
    Configuration menu
    Copy the full SHA
    5f25052 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1742db6 View commit details
    Browse the repository at this point in the history
  5. Refactor code for accuracy

    kaffein committed Nov 2, 2018
    Configuration menu
    Copy the full SHA
    b51b222 View commit details
    Browse the repository at this point in the history