-
-
Notifications
You must be signed in to change notification settings - Fork 6.4k
Blog: add Node.js v24.6.0 release #8077
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8077 +/- ##
==========================================
- Coverage 72.82% 72.80% -0.03%
==========================================
Files 96 96
Lines 8328 8328
Branches 214 214
==========================================
- Hits 6065 6063 -2
- Misses 2262 2264 +2
Partials 1 1 ☔ View full report in Codecov by Sentry. |
|
Lighthouse Results
|
|
@nodejs/web-infra WDYT about automating this blog post PR? @RafaelGSS will it make the releasers' lives easier? |
If you automate the review process, yes. Creating the post is already "automated" by release-post script. We just need to publish it faster. |
|
I will ignore the release's review... as I'm one of them. |
I could imagine a workflow like flowchart TD
B[Release]
B --> C[Workflow dispatch triggered by @nodejs-github-bot in nodejs.org]
C --> D[Release blog post created]
D --> E[Reviewed by user with write access]
E -- Approve --> F[Merge initiated]
|
Refs: nodejs/node#59449