Skip to content

GitHub CLI 2.37.0

Choose a tag to compare

@github-actions github-actions released this 17 Oct 13:35
8e8e6d9

⚠️ ⚠️ Breaking Changes ⚠️ ⚠️

  • project: Remove template field from --format=json output by @samcoe in #8160
    • In v2.34.0 we introduced the template field when outputing projects to JSON, unfortunately
      we forgot to take into account our GHES users. This field does not exist on GHES 3.8 and older.
      Including this field in our queries and output broke nearly all the project commands for users
      targeting these older versions of GHES. As we try our hardest to keep gh compatible with all
      non-deprecated GHES versions this was a pretty big mistake. In order to fix it we are reverting
      the querying and exporting of the template field for project commands. We apologize for the
      inconvenience this may cause, and plan to bring back this field once GHES 3.8 gets deprecated.

What's Changed

  • repo create: Allow --disable-issues and --template flags to be used together by @utouto97 in #7918
  • repo create: Allow --homepage and --template flag to be used together by @arunsathiya in #8188
  • repo create: Allow creating repositories from templates in interactive mode by @JunNishimura in #7769
  • repo fork: Set default repo when forking repo by @kbailey4444 in #7768
  • codespace: Migrate all Codespaces operations from Live Share to Dev Tunnels by @dmgardiner25 in #8149
  • codespace create: Poll permission acceptance endpoint on codespace creation by @dmgardiner25 in #8179
  • pr create: Remove duplicates targets for push survey by @benebsiny in #8184
  • pr create: Fix typo in documentation by @darthwalsh in #8115
  • browse: Do not use relative paths when --repo flag is used by @benebsiny in #8141

Other Changes

New Contributors

Full Changelog: v2.36.0...v2.37.0