Skip to content

Bump github.com/cli/cli/v2 from 2.32.1 to 2.37.0

Bumps github.com/cli/cli/v2 from 2.32.1 to 2.37.0.

Release notes

Sourced from github.com/cli/cli/v2's releases.

GitHub CLI 2.37.0

Breaking Changes

  • project: Remove template field from --format=json output by @​samcoe in cli/cli#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

Other Changes

New Contributors

Full Changelog: https://github.com/cli/cli/compare/v2.36.0...v2.37.0

GitHub CLI 2.36.0

What's Changed

... (truncated)

Commits
  • 8e8e6d9 gh browse subdirectory path problem with repo flag (#8141)
  • fd8bbf0 gh pr create duplicates targets if there are duplicate remotes (#8184)
  • 5916439 Remove template field from projects exporting (#8160)
  • 9b037ff update(repo create): Support for --homepage flag for template-based reposit...
  • bc0f63b Merge pull request #8179 from dmgardiner25/poll-codespace-permissions
  • 135c56a Fix linting error
  • 7d558ed build(deps): bump github.com/gabriel-vasile/mimetype from 1.4.2 to 1.4.3 (#8185)
  • a8f8728 Poll permission acceptance endpoint on codespace creation
  • 64f4660 Migrate all Codespaces operations from Live Share to Dev Tunnels (#8149)
  • 7d6fba0 Create repositories from templates in interactive mode (#7769)
  • Additional commits viewable in compare view

Merge request reports