This repository was archived by the owner on May 20, 2020. It is now read-only.
v1.1.0
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