Skip to content
This repository was archived by the owner on May 20, 2020. It is now read-only.

v1.1.0

Compare
Choose a tag to compare
@simonplend simonplend released this 05 Apr 12:49
· 166 commits to master since this release
2fd23da

This is mostly a hygiene release to prepare the package for future development.

If you are using the command line interface we now recommend that you install this package globally with npm. See the README for details.

This package is now built and tested under both node v8 and v10 and should be fully compatible with both of these versions of node.

Key changes in this release

  • Fix deprecation warnings from Octokit
  • [CLI] Make output consistent for every command
  • [CLI] Add support for output in JSON format to every command (use the --json flag)
  • [CLI] Default to environment variable GITHUB_PERSONAL_ACCESS_TOKEN as value for --token option
  • [CLI] Notify users about package updates