Skip to content

v0.8.0

Compare
Choose a tag to compare
@mislav mislav released this 11 May 18:18
aac9947

0.8.0

This release features new functionality as well as bug fixes. The new functionality largely focuses on making it easier to work with pull requests.

pull request and issue metadata

When creating pull requests and issues you can now select Add Metadata in the final prompt to assign reviewers, labels, and more. This metadata can also be added with flags instead of interactively. See gh help pr create or gh help issue create for more information.

(#819, #839, #787)

pull request and issue state management

For example, you can now run:

gh pr close 123
gh pr reopen 123

to manage a pull request's state.

(#863, #843, #853, #854)

Features

  • Add Reviewers to pr view in CLI #762
  • Update gh help output #815

Bugfixes

  • Fix parsing some issue template names #879
  • Fix pr status -R crash with closed PR on the default branch #880
  • Fix the help docs on subcommands #889
  • Show "Awaiting triage" for empty project state #836
  • Fix gh updater mechanism for unauthenticated users #821
  • Ask for read:org OAuth scope, warn for outdated tokens #786
  • Hide closed/merged PRs from default branch #842

Development

  • Parallelism-safe mechanism for stubbing HTTP responses #874
  • Upgrade to Go 1.14 in CI #881
  • Add command line syntax doc #862
  • Update README #828
  • Update documentation site on release #813
  • Help goreleaser find the correct git tag during release #820
  • totally inelegant approach to hopefully stopping flakey tests #852
  • RFC: Make RunCommand less brittle #856

...also there is a fun hidden command now. see if you can find it :3

Have a great day!

-vilmibm