Blog: add description about --build-sea in 25.5.0 release notes#8566
Blog: add description about --build-sea in 25.5.0 release notes#8566joyeecheung merged 5 commits intonodejs:mainfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
cc @aduh95 |
👋 Codeowner Review RequestThe following codeowners have been identified for the changed files: Team reviewers: @nodejs/releasers Please review the changes when you have a chance. Thank you! 🙏 |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8566 +/- ##
==========================================
- Coverage 75.02% 74.98% -0.05%
==========================================
Files 103 103
Lines 9037 9037
Branches 311 312 +1
==========================================
- Hits 6780 6776 -4
- Misses 2255 2259 +4
Partials 2 2 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Pull request overview
This PR adds a detailed description of the new --build-sea flag to the Node.js 25.5.0 release notes, explaining how it streamlines the process of creating Single Executable Applications (SEA).
Changes:
- Added a new subsection under "Notable Changes" with a detailed explanation of the
--build-seafeature - Included a code example demonstrating the simplified SEA generation workflow
- Documented backward compatibility with the existing postject-based approach
- Restructured the "Notable Changes" section to include "Other Notable Changes" subsection
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Joyee Cheung <joyeec9h3@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Joyee Cheung <joyeec9h3@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Joyee Cheung <joyeec9h3@gmail.com>
Signed-off-by: Joyee Cheung <joyeec9h3@gmail.com>
Description
Validation
Related Issues
Check List
pnpm formatto ensure the code follows the style guide.pnpm testto check if all tests are passing.pnpm buildto check if the website builds without errors.