releases.shpreview
GitHub/GitHub CLI

GitHub CLI

$npx -y @buildinternet/releases show github-cli
Mon
Wed
Fri
AprMayJunJulAugSepOctNovDecJanFebMarApr
Less
More
Releases10Avg3/moVersionsv2.85.0 → v2.90.0
May 8, 2024
GitHub CLI 2.49.1

What's Changed

New Contributors

Full Changelog: https://github.com/cli/cli/compare/v2.49.0...v2.49.1

Apr 30, 2024
GitHub CLI 2.49.0

Support for GitHub Artifact Attestations

v2.49.0 release introduces the attestation command set for downloading and verifying attestations about artifacts built in GitHub Actions! This is part of the larger Artifact Attestations initiative. An artifact attestation is a piece of cryptographically signed metadata that is generated as part of your artifact build process. These attestations bind artifacts to the details of the workflow run that produced them, and allow you to guarantee the integrity and provenance of any artifact built in GitHub Actions.

# Verify a local artifact
gh attestation verify artifact.bin -o <your org>

# Verify a local artifact against a local artifact attestation
gh attestation verify artifact.bin -b ./artifact-v0.0.1-bundle.json -o <your org>

# Verify an OCI image
gh attestation verify oci://ghcr.io/foo/bar:latest -o <your org>

# Download artifact attestations
gh attestation download artifact.bin -o <your org>

To get started, check out gh help attestation. You can also use the gh at <command> alias for short.

What's Changed

New Contributors

Full Changelog: https://github.com/cli/cli/compare/v2.48.0...v2.49.0

Apr 17, 2024
GitHub CLI 2.48.0

The Big Stuff

The Rest

New Contributors

Full Changelog: https://github.com/cli/cli/compare/v2.47.0...v2.48.0

Apr 3, 2024
GitHub CLI 2.47.0

What's Changed

New Contributors

Full Changelog: https://github.com/cli/cli/compare/v2.46.0...v2.47.0

Mar 20, 2024
GitHub CLI 2.46.0

What's Changed

New Contributors

Full Changelog: https://github.com/cli/cli/compare/v2.45.0...v2.46.0

Mar 4, 2024
GitHub CLI 2.45.0

What's Changed

New Contributors

Full Changelog: https://github.com/cli/cli/compare/v2.44.1...v2.45.0

Feb 16, 2024
GitHub CLI 2.44.1

What's Changed

Full Changelog: https://github.com/cli/cli/compare/v2.44.0...v2.44.1

Feb 15, 2024
GitHub CLI 2.44.0

What's Changed

New Contributors

Full Changelog: https://github.com/cli/cli/compare/v2.43.1...v2.44.0

Jan 31, 2024
GitHub CLI 2.43.1

What's Changed

Full Changelog: https://github.com/cli/cli/compare/v2.43.0...v2.43.1

GitHub CLI 2.43.0

Special note

With this release, the GitHub CLI team sees @samcoe off to new adventures beyond GitHub! 😿 Sam has been an amazing maintainer and colleague who has helped so many people adopt gh while trying to connect with the community regarding its needs. There will forever be a Sam-shaped hole no one can fill but hope he continues to be a part wherever his whirlwind journey takes him! ❤️

What's Changed

New Contributors

Full Changelog: https://github.com/cli/cli/compare/v2.42.1...v2.43.0

Jan 16, 2024
GitHub CLI 2.42.1

What's Changed

New Contributors

Full Changelog: https://github.com/cli/cli/compare/v2.42.0...v2.42.1

Jan 11, 2024
GitHub CLI 2.42.0

What's Changed

Full Changelog: https://github.com/cli/cli/compare/v2.41.0...v2.42.0

Jan 8, 2024
GitHub CLI 2.41.0

As you can see from the notes below, this release contains some quality of life improvements as well as a move to Azure Code Signing for Windows .exe and .msi release artifacts. This change was extensively tested prior to the holidays before our previous signing certificate expired, however the CLI team is being attentive to issues or discussions raised by our Windows community if any problems or concerns arise. 🙇 ❤️

What's Changed

New Contributors

Full Changelog: https://github.com/cli/cli/compare/v2.40.1...v2.41.0

Dec 13, 2023
GitHub CLI 2.40.1

What's Changed

Other Things

Full Changelog: https://github.com/cli/cli/compare/v2.40.0...v2.40.1

Dec 7, 2023
GitHub CLI 2.40.0

Multiple Account Support

With the v2.40.0 release, multi-account support is introduced to gh for GitHub.com and GitHub Enterprise and it is only the beginning!

Thanks to @gabe565 for his efforts to support multi-account capabilities with gh-profile extension for this long requested feature! ❤️

This release focuses on several specific use cases:

  • adding multiple accounts for GitHub.com and GitHub Enterprise with gh auth login
  • switching manually between accounts for gh and git use with gh auth switch
  • seeing multiple accounts with gh auth status
  • logging out of accounts with gh auth logout

Future enhancements such as automatic account switching based on context and more git automatic git configuration will be planned based on community feedback.

For much more detail about the specific of multiple account support in this release as well as a discussion of the sharp edges, please see this doc.

Please provide feedback in our release discussion.

What's changed

Other technical changes

New Contributors

Full Changelog: https://github.com/cli/cli/compare/v2.39.2...v2.40.0

<hr /><em>This discussion was created from the release <a href='https://github.com/cli/cli/releases/tag/v2.40.0'>GitHub CLI 2.40.0</a>.</em>
Nov 27, 2023
GitHub CLI 2.39.2

What's Changed

Full Changelog: https://github.com/cli/cli/compare/v2.39.1...v2.39.2

Nov 14, 2023
GitHub CLI 2.39.1

What's Changed

New Contributors

Full Changelog: https://github.com/cli/cli/compare/v2.39.0...v2.39.1

GitHub CLI 2.39.0

What's Changed

New Contributors

Full Changelog: https://github.com/cli/cli/compare/v2.38.0...v2.39.0

Nov 1, 2023
GitHub CLI 2.38.0

Highlights

Everything Else

New Contributors

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

Oct 17, 2023
GitHub CLI 2.37.0

:warning: :warning: Breaking Changes :warning: :warning:

  • project: Remove template field from --format=json output by @samcoe in https://github.com/cli/cli/pull/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

Latest
v2.90.0
Source
@cli/cli
Tracking Since
Jan 27, 2023
Last checked Apr 19, 2026