/fabric8-changelog

Retrieves the list of commits between 2 versions (preprod vs prod)

Primary LanguageGoApache License 2.0Apache-2.0

The Changelog

fabric8-changelog is a CLI utility to query GitHub (using GraphQL API) and ZenHub to:

  • list all pull requests that were merged since the date passed with the since argument in the command.

  • list all issues in the In Progress and Review/QA pipelines on ZenHub

Example:

go run main.go --since 2019-01-09 --output tmp

Requirements

You’ll need the following environment variables to access GitHub and ZenHub: GITHUB_TOKEN and ZENHUB_TOKEN.

License