GitHub CLI 2.37.0
⚠️ ⚠️ Breaking Changes ⚠️ ⚠️
project: Removetemplatefield from--format=jsonoutput by @samcoe in #8160- In v2.34.0 we introduced the
templatefield 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 theprojectcommands for users
targeting these older versions of GHES. As we try our hardest to keepghcompatible 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 thetemplatefield forprojectcommands. We apologize for the
inconvenience this may cause, and plan to bring back this field once GHES 3.8 gets deprecated.
- In v2.34.0 we introduced the
What's Changed
repo create: Allow--disable-issuesand--templateflags to be used together by @utouto97 in #7918repo create: Allow--homepageand--templateflag to be used together by @arunsathiya in #8188repo create: Allow creating repositories from templates in interactive mode by @JunNishimura in #7769repo fork: Set default repo when forking repo by @kbailey4444 in #7768codespace: Migrate all Codespaces operations from Live Share to Dev Tunnels by @dmgardiner25 in #8149codespace create: Poll permission acceptance endpoint on codespace creation by @dmgardiner25 in #8179pr create: Remove duplicates targets for push survey by @benebsiny in #8184pr create: Fix typo in documentation by @darthwalsh in #8115browse: Do not use relative paths when--repoflag is used by @benebsiny in #8141
Other Changes
- Add homebrew-bump-debug workflow by @williammartin in #8114
- Update deployment.yml by @andyfeller in #8116
dependencies: Update to fix security vulnerability by @samcoe in #8176dependencies: bump github.com/gabriel-vasile/mimetype from 1.4.2 to 1.4.3 by @dependabot in #8185
New Contributors
- @darthwalsh made their first contribution in #8115
- @benebsiny made their first contribution in #8184
Full Changelog: v2.36.0...v2.37.0