goreleaser-action/src
Copilot 5daf1e915a
Some checks are pending
ci / ci (goreleaser, macos-latest, latest) (push) Waiting to run
ci / ci (goreleaser, macos-latest, ~> 2.13) (push) Waiting to run
ci / ci (goreleaser, ubuntu-latest, latest) (push) Waiting to run
ci / ci (goreleaser, ubuntu-latest, ~> 2.13) (push) Waiting to run
ci / ci (goreleaser, windows-latest, 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, ubuntu-latest, latest) (push) Waiting to run
ci / ci (goreleaser-pro, ubuntu-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 / install-only (false, goreleaser, latest) (push) Waiting to run
ci / install-only (false, goreleaser, ~> 2.13) (push) Waiting to run
ci / install-only (false, goreleaser-pro, latest) (push) Waiting to run
ci / install-only (false, goreleaser-pro, ~> 2.13) (push) Waiting to run
ci / install-only (true, goreleaser, latest) (push) Waiting to run
ci / install-only (true, goreleaser, ~> 2.13) (push) Waiting to run
ci / install-only (true, goreleaser-pro, latest) (push) Waiting to run
ci / install-only (true, goreleaser-pro, ~> 2.13) (push) Waiting to run
ci / signing (macos-latest) (push) Waiting to run
ci / signing (ubuntu-latest) (push) Waiting to run
ci / signing (windows-latest) (push) Waiting to run
ci / upload-artifact (push) Waiting to run
ci / dist (push) Waiting to run
ci / nightly (goreleaser, macos-latest) (push) Waiting to run
ci / nightly (goreleaser, ubuntu-latest) (push) Waiting to run
ci / nightly (goreleaser, windows-latest) (push) Waiting to run
ci / nightly (goreleaser-pro, macos-latest) (push) Waiting to run
ci / nightly (goreleaser-pro, ubuntu-latest) (push) Waiting to run
ci / nightly (goreleaser-pro, windows-latest) (push) Waiting to run
test / test (push) Waiting to run
validate / lint (push) Waiting to run
validate / build (push) Waiting to run
validate / vendor (push) Waiting to run
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] <198982749+Copilot@users.noreply.github.com>
2026-05-18 21:38:28 -03:00
..
context.ts feat: add version-file input (#556) 2026-04-23 23:05:24 -03:00
github.ts fix: nightly resolution to select newest published release (#562) 2026-05-18 21:38:28 -03:00
goreleaser.ts feat: resolve nightly to latest vX.Y.Z-<sha>-nightly release (#558) 2026-04-26 16:39:25 -03:00
main.ts feat: add version-file input (#556) 2026-04-23 23:05:24 -03:00
test_setup.ts feat!: node 24, update deps, rm yarn, ESM (#533) 2026-01-29 21:22:39 -03:00
version.ts feat: add version-file input (#556) 2026-04-23 23:05:24 -03:00