Releases: adambraimbridge/asari
v3.1.0 Add repository topics management
🐚Asari
New major release as this changes the names of the commands.
v2.2.0: Merge pull request #49 from Financial-Times/refactor-projects
Add support for Projects
Simplify the pulls merge command
The github pulls merge
command now simply takes a GitHub pull request URL.
For example, github pulls merge https://github.com/foo-org/bar-repo/pull/42
.
There is also a --method
option to pick the merge method (either merge
, squash
or rebase
), which defaults to merge
.
Add support for pull requests
Releases #48.
New major release as this changes the names of the commands.
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
v1.1.0-beta.1
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