1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2026-04-26 20:05:31 +02:00
Files
Carlos Alexandro Becker 8a6e012561 feat(nodesea): generate sea-config.json automatically
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>
2026-04-17 23:11:31 -03:00
..
2026-02-17 19:13:10 -03:00
2026-04-03 11:00:46 -03:00
2026-03-22 19:48:14 -03:00