Changelog
Shared with OSS
Security updates
- sec: GHSA-f6mm-5fc7-3g3c
Bug fixes
- fix(build): do not print 'go: downloading' bits of go build output (#4869)
- fix(cmd): --draft should only override if set
- fix: close HTTP resp body to prevent resource leak (#4857)
- fix: disable logs on some commands (#4865)
- fix: fix nolintlint issues (#4854)
- refactor: remove unneeded in Go 1.22 loop var copy (#4856)
Documentation updates
- docs: announce v1.26 (#4851)
- docs: update action docs
- docs: update old Go website links (#4855)
Build process updates
- build: disable appendAssign gocritic check