Skip to content
This repository has been archived by the owner on Nov 4, 2022. It is now read-only.

Releases: node-gh/gh

v1.5.0

26 Sep 23:29
Compare
Choose a tag to compare
  • Rename repository to gh
  • Move repository to node-gh organization
  • Add plugin infrastructure
  • Add option to show the STDOUT of a hook
  • Use best user value based on execution scope
  • Add feature to create pull requests from an existing issue
  • Fix GitHub links to use https instead of http
  • Fix printing correct username on gh pr -l

v1.4.0

26 Sep 23:28
Compare
Choose a tag to compare
  • Add hooks feature \o/
  • Document config files

v1.3.2

26 Sep 23:28
Compare
Choose a tag to compare
  • Add ability to open GitHub website from commands
  • Add shortcut for gh repo --delete
  • Use logged user in gh user

v1.3.1

26 Sep 23:27
Compare
Choose a tag to compare
  • Fix log on gh repo --new
  • Add ability to delete a repository

v1.3.0

26 Sep 23:26
Compare
Choose a tag to compare
  • Add new gh repo command
  • Authenticate with GitHub regardless the command is run from a git repo
  • Use last commit message as pull request title instead of branch name
  • Document gh alias --list
  • Add --assignee flag for issues
  • Fix list issues that are related to a milestone

v1.2.2

26 Sep 23:26
Compare
Choose a tag to compare
  • Include --description attribute on PR submit

v1.2.1

26 Sep 23:25
Compare
Choose a tag to compare
  • Parse remote url with score on username
  • Add tests using Mocha

v1.2.0

26 Sep 23:24
Compare
Choose a tag to compare
  • Add ability to create alias for users
  • Add ability to list all issues/pull requests from a certain user
  • Use git remote values instead of logged user and current repo
  • Add ability to login with a different GitHub user with gh user

v1.1.1

26 Sep 23:23
Compare
Choose a tag to compare
  • Add --milestone filter flag on listing issues

v1.0.0

26 Sep 23:22
Compare
Choose a tag to compare
  • Rename commands and add shortcut for them
  • Add default action for commands when no flags is passed