Skip to content

v0.9.0

Compare
Choose a tag to compare
@mislav mislav released this 26 May 16:57
70a855c

pr diff, pr review, pr merge, pr ready

This release expands the GitHub pull request work flow with the ability to view pull request diffs,
review pull requests, and merge pull requests.

$ gh pr checkout 123
$ gh pr diff
$ gh pr review --approve -b "lgtm"
$ gh pr merge

Both gh pr review and gh pr merge feature interactive modes by default.

You can also now mark a draft pull request as ready for review with gh pr ready.

( #885, #873, #960, #962, #899, #982 )

Linux manpages

We are now packaging man pages with our linux releases #915. Thanks @mtfurlan!

Bugfixes

  • Preserve CODEOWNERS reviewers in pr create #912
  • Reduce latency when resolving assignees, reviewers, labels on create via flags #908
  • Fix re-authentication not correctly reloading config file #943
  • Avoid crash in pr view with reviewers #975

Development

  • Fix and tweak for site build #958
  • Fix lint errors #978
  • Fix linter in CI #996
  • Enable linting for pull requests #988

Documentation

  • Add description default private for repo create #891
  • Change source installation docs to avoid suggesting to change PATH #923
  • Cosmetic about short descriptions #964

We on the CLI team hope that folks are as good as can be in these times.

best,

@vilmibm