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