You've already forked goreleaser
mirror of
https://github.com/goreleaser/goreleaser.git
synced 2026-04-26 20:05:31 +02:00
8a6e012561
Users no longer need to maintain a sea-config.json — GoReleaser generates one per build into a scratch dir under the build dir, pointing at builds.main (default 'index.js') with disableExperimentalSEAWarning: true. The generated blob is read back into memory, so nothing is left in the source tree. The 'main' build field is now accepted (and defaults to 'index.js') instead of being rejected. The previously documented useCodeCache/useSnapshot escape hatch is dropped along with the external config — those flags can be re-introduced later as explicit goreleaser fields if needed. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>