Files
Copilotandcopilot-swe-agent[bot] <[email protected]> 5daf1e915a
ci / ci (goreleaser, macos-latest, latest) (push) Waiting to run
ci / ci (goreleaser, macos-latest, ~> 2.13) (push) Waiting to run
ci / ci (goreleaser, windows-latest, latest) (push) Waiting to run
ci / signing (macos-latest) (push) Waiting to run
ci / signing (windows-latest) (push) Waiting to run
ci / ci (goreleaser, windows-latest, ~> 2.13) (push) Waiting to run
ci / ci (goreleaser-pro, macos-latest, latest) (push) Waiting to run
ci / ci (goreleaser-pro, macos-latest, ~> 2.13) (push) Waiting to run
ci / ci (goreleaser-pro, windows-latest, latest) (push) Waiting to run
ci / ci (goreleaser-pro, windows-latest, ~> 2.13) (push) Waiting to run
ci / nightly (goreleaser-pro, macos-latest) (push) Waiting to run
ci / nightly (goreleaser-pro, windows-latest) (push) Waiting to run
ci / nightly (goreleaser, macos-latest) (push) Waiting to run
ci / nightly (goreleaser, windows-latest) (push) Waiting to run
ci / ci (goreleaser, ubuntu-latest, ~> 2.13) (push) Successful in 17s
ci / install-only (false, goreleaser, ~> 2.13) (push) Failing after 7s
ci / ci (goreleaser, ubuntu-latest, latest) (push) Successful in 19s
ci / ci (goreleaser-pro, ubuntu-latest, ~> 2.13) (push) Successful in 16s
ci / install-only (false, goreleaser, latest) (push) Failing after 6s
ci / ci (goreleaser-pro, ubuntu-latest, latest) (push) Successful in 18s
ci / install-only (false, goreleaser-pro, latest) (push) Failing after 4s
ci / install-only (false, goreleaser-pro, ~> 2.13) (push) Failing after 4s
ci / signing (ubuntu-latest) (push) Failing after 4s
ci / install-only (true, goreleaser, latest) (push) Failing after 14s
ci / install-only (true, goreleaser-pro, ~> 2.13) (push) Failing after 14s
ci / dist (push) Failing after 12s
ci / install-only (true, goreleaser-pro, latest) (push) Failing after 17s
ci / install-only (true, goreleaser, ~> 2.13) (push) Failing after 19s
ci / upload-artifact (push) Failing after 17s
ci / nightly (goreleaser, ubuntu-latest) (push) Failing after 1s
ci / nightly (goreleaser-pro, ubuntu-latest) (push) Failing after 16s
fix: nightly resolution to select newest published release (#562)
* fix(nightly): pick latest nightly by published_at

GitHub's /releases endpoint is not reliably ordered by published_at,
so resolveNightly could pick an older nightly than the most recent
one. Filter, sort by published_at desc, and take the first.

* test(nightly): add regression coverage for release ordering

---------

Co-authored-by: copilot-swe-agent[bot] <[email protected]>
2026-05-18 21:38:28 -03:00
..