Bump github.com/cli/cli/v2 from 2.32.1 to 2.34.0
Bumps github.com/cli/cli/v2 from 2.32.1 to 2.34.0.
Release notes
Sourced from github.com/cli/cli/v2's releases.
GitHub CLI 2.34.0
What's New
api
: Add--verbose
flag by@JunNishimura
in cli/cli#7826config clear-cache
: New command to clear the cli cache by@ffalor
in cli/cli#7693workflow list
: Add--json
,--jq
and--template
flags by@rajhawaldar
in cli/cli#7902project mark-template
: New command to control project template options by@mntlty
in cli/cli#7916 cli/cli#7923What's Changed
docs
: Fix Nix/NixOS install docs by@junaga
in cli/cli#7891repo rename
: Properly rename remote for GHES hosts by@samcoe
in cli/cli#7890pr checks
: Return different exit code for PENDING vs FAILED by@rajhawaldar
in cli/cli#7866repo create
: Execute clone when readme option is enabled by@shion1305
in cli/cli#7837repo create
: Allow--disable-wiki
flag with--template
flag by@utouto97
in cli/cli#7886auth status
: Reword token invalid message by@kousikmitra
in cli/cli#7906status
: Show status even if a comment 404s by@rwe
in cli/cli#7873run view
: Fetch all run jobs by@harveysanders
in cli/cli#7879- Use go-gh prompter package by
@samcoe
in cli/cli#7896- Add formula-path to homebrew-bump step by
@williammartin
in cli/cli#7930- build(deps): bump actions/checkout from 3 to 4 by
@dependabot
in cli/cli#7937New Contributors
@junaga
made their first contribution in cli/cli#7891@utouto97
made their first contribution in cli/cli#7886@rwe
made their first contribution in cli/cli#7873Full Changelog: https://github.com/cli/cli/compare/v2.33.0...v2.34.0
GitHub CLI 2.33.0
Meowdy terminal aficionados!
😸 Before moving onto the freshest
gh
release notes, I have some GitHub CLI team news to share with the community:
Our dear friend and college
@vilmibm
has moved on from GitHub in following his passions for digital humanities😿 The core GitHub CLI team could not be happier for Nate as those same passions has brought
gh
to this point.😻 So a tremendous unimaginable thanks to our dear friend as he chases the wind with the hopes he continues as part of the GitHub CLI community💯 We welcome a new GitHub CLI team member:
@andyfeller
😹 Andy has been a long-time CLI extension advocate within GitHub for some time, maintaining extensions for unique user challenges. Please warmly welcome him as he gets up to speed with supporting our community officially!
❤ ️What's Changed
- Delete local branch more often when merging PR by
@armandgrillet
in cli/cli#7709- Do not allow issue and pr templates to be symlinks by
@samcoe
in cli/cli#7756release create
: Trim spaces on tag name by@harveysanders
in cli/cli#7759- Use filepath.Base to sanitize path for archive downloads by
@samcoe
in cli/cli#7805- Codespaces: Use the host name from the logged in server for commands by
@jkeech
in cli/cli#7795- Update CONTRIBUTING.md by
@andyfeller
in cli/cli#7812- Allow --org parameter in lieu of a repo context for rulesets, add current_user_can_bypass to rs view by
@vaindil
in cli/cli#7747- add missing
ls
aliases tolist
subcommands by@cawfeecake
in cli/cli#7818- port repo edit prompts by
@vilmibm
in cli/cli#7816
... (truncated)
Commits
-
e5f499f
Merge pull request #7879 from harveysanders/7771-list-all-run-jobs -
4ccc6ed
Merge branch 'trunk' into 7771-list-all-run-jobs -
6f0f5a8
Use consistent variable naming -
b91cfd8
gh status
: show status even if a comment 404s (#7873) -
f9df89d
build(deps): bump actions/checkout from 3 to 4 (#7937) -
52a2a72
rename template to mark-template cmd (#7923) -
e96fe1d
Merge branch 'trunk' into 7771-list-all-run-jobs -
137da73
Simplify mock jobs response -
d5d10a6
Use "Link" header for pagination completion check -
acc362f
Fix pagination resp with "Link" header - Additional commits viewable in compare view