What's Changed
✨ Features
- init release verify subcommands by @ejahnGithub in https://github.com/cli/cli/pull/11018
- Embed Windows resources (VERSIONINFO) during build by @babakks in https://github.com/cli/cli/pull/11048
- Support
--no-repos-selected
ongh secret set
by @williammartin in https://github.com/cli/cli/pull/11217
🐛 Fixes
- Fix:
gh pr create
prioritize--title
and--body
over--fill
when--web
is present by @dankrzeminski32 in https://github.com/cli/cli/pull/10547 - fix: get token for active user instead of blank if possible by @anuraaga in https://github.com/cli/cli/pull/11038
- Use Actions API to retrieve job run logs as a fallback mechanism by @babakks in https://github.com/cli/cli/pull/11172
- Fix query object state mutation during pagination by @babakks in https://github.com/cli/cli/pull/11244
- Handle
HTTP 404
when deleting remote branch inpr merge
by @babakks in https://github.com/cli/cli/pull/11234
📚 Docs & Chores
- chore: fix function name by @jinjingroad in https://github.com/cli/cli/pull/11149
- chore: update Go version to 1.24 in devcontainer configuration and docs by @tMinamiii in https://github.com/cli/cli/pull/11158
- Ensure lint workflow checks whether 3rd party license and code is up to date by @andyfeller in https://github.com/cli/cli/pull/11047
- docs: install_linux.md: add Solus linux install instructions by @chax in https://github.com/cli/cli/pull/10823
- Fix missing newline in install_linux.md by @BagToad in https://github.com/cli/cli/pull/11160
- Ensure automation uses pinned go-licenses version by @andyfeller in https://github.com/cli/cli/pull/11161
- Add
workflow_dispatch
support to PR Help Wanted check by @BagToad in https://github.com/cli/cli/pull/11179 - Remove unused
GH_TOKEN
env variable from workflow by @BagToad in https://github.com/cli/cli/pull/11190 - Add workflow to automate go version bumping by @williammartin in https://github.com/cli/cli/pull/11189
- Fix inconsistent use of tabs and spaces by @Stefan-Heimersheim in https://github.com/cli/cli/pull/11194
- Decouple arg parsing from PR finder by @babakks in https://github.com/cli/cli/pull/11192
- docs: consistently use
apt
in installation instructions by @tklauser in https://github.com/cli/cli/pull/11216 - Ensure bump go script has git user configured by @williammartin in https://github.com/cli/cli/pull/11229
- Inject token into bump-go workflow by @williammartin in https://github.com/cli/cli/pull/11233
- Reinstating Primer Style CLI content within
cli/cli
repository by @andyfeller in https://github.com/cli/cli/pull/11060 - Add setup-go to bump-go workflow by @williammartin in https://github.com/cli/cli/pull/11237
- Ensure GoReleaser does not break on Mac OS and Linux when skipping Windows
.rsyso
generation script by @andyfeller in https://github.com/cli/cli/pull/11257
:dependabot: Dependencies
- Bump all dependencies except dev-tunnels by @williammartin in https://github.com/cli/cli/pull/11203
- Update microsoft dev-tunnels to v0.1.13 by @williammartin in https://github.com/cli/cli/pull/11205
- Consume dependabot minor versions for go modules by @williammartin in https://github.com/cli/cli/pull/11213
New Contributors
- @jinjingroad made their first contribution in https://github.com/cli/cli/pull/11149
- @tMinamiii made their first contribution in https://github.com/cli/cli/pull/11158
- @chax made their first contribution in https://github.com/cli/cli/pull/10823
- @dankrzeminski32 made their first contribution in https://github.com/cli/cli/pull/10547
- @anuraaga made their first contribution in https://github.com/cli/cli/pull/11038
- @Stefan-Heimersheim made their first contribution in https://github.com/cli/cli/pull/11194
Full Changelog: https://github.com/cli/cli/compare/v2.74.2...v2.75.0