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

Releases: adambraimbridge/asari

v3.1.0 Add repository topics management

20 Jun 15:08
9acdaae
Compare
Choose a tag to compare

Now supports managing repository topics:

asari repos list-topics <github-url>
asari repos <add-topics|remove-topics> <github-url> --topic new-app

🐚Asari

29 May 14:20
2ff9276
Compare
Choose a tag to compare

New major release as this changes the names of the commands.

v2.2.0: Merge pull request #49 from Financial-Times/refactor-projects

09 May 10:37
b7f97fe
Compare
Choose a tag to compare

Simplify the pulls merge command

16 Apr 11:08
858ae5b
Compare
Choose a tag to compare

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

15 Apr 09:58
9691eb6
Compare
Choose a tag to compare

Releases #48.

New major release as this changes the names of the commands.

v1.1.0

05 Apr 12:49
2fd23da
Compare
Choose a tag to compare

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

22 Mar 16:06
2fd23da
Compare
Choose a tag to compare
v1.1.0-beta.1 Pre-release
Pre-release

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