CircleCI-Public / github-cli-orb

Bring all of the power and flexibility of the GitHub CLI to your CI/CD pipeline.
https://circleci.com/developer/orbs/orb/circleci/github-cli
MIT License
8 stars 27 forks source link

Update default gh cli version from 2.3.0 to 2.30.0 #41

Closed toymachiner62 closed 10 months ago

toymachiner62 commented 1 year ago

Describe Request:

The version 2.2.0 circleci github cli orb defaults to gh cli version 2.3.0

The latest version of gh cli is 2.30.0. The default version should be a much newer version than 2.3.0 as I was trying to create a release using gh release create ... but half the flags documented https://cli.github.com/manual/gh_release_create were not available on version 2.3.0

Examples:

Supporting Documentation Links:

Amzd commented 1 year ago

This is also needed for M1 support

iandelahorne commented 1 year ago

+1 - default is 2.3.0 now but 2.32.0 is the latest.

EricRibeiro commented 10 months ago

Support for Apple Silicon was merged in #47 and the bump for the default version in #44.