Skip to content

GitHub CLI 1.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Jan 18:55
· 4320 commits to trunk since this release
938f6f4

New Commands

Add ability to comment on issues and pull requests (#2535, #2776)

gh issue comment and gh pr comment commands are now available

Add ability to clone gists (#2222)

gh gist clone is now available

New Features

  • pr view: Display top level review comments inline with regular comments #2757

  • repo fork: Add ability to specify fork remote name #1882

  • pr merge: Add ability to delete local branch for previously merged PRs (#2789, #2798)

Fixes

  • auth: Add more descriptive error messaging when aborting due to environment variables #2813

  • completion: Improve docs for bash, zsh, fish #2636

  • version: Output link to correct tagged release #2638

  • Update notification avoids incorrect notifications when gh is built from source #2812