Skip to content

GitHub CLI 1.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Nov 19:38
· 5005 commits to trunk since this release
9f84f0f

New Stuff

  • If an interactive invocation of either pr create or issue create fails, gh will now save a
    user's input. Both create commands now support a --recover option to pick up where you left off. #2408
  • Add support for GH_TOKEN and GH_ENTERPRISE_TOKEN #2388

Bug Fixes

  • Correctly select branch when viewing repository #2404
  • Downgrade survey to v2.1.1 #2421

Cleanup

  • Refactor pr/issue creation code for readability and maintainability #2386
  • Fix spelling errors #2397, #2460
  • Fix USAGE help info for some commands #2405