-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
fix: make version refs consistent in the blog post #8554
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
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Antoine du Hamel <[email protected]>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
👋 Codeowner Review RequestThe following codeowners have been identified for the changed files: Team reviewers: @nodejs/nodejs-website Please review the changes when you have a chance. Thank you! 🙏 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This pull request makes version references consistent throughout the December 2025 security releases blog post. The PR title references Node.js documentation guidelines about version references, which require consistent formatting when referring to Node.js versions.
Changes:
- Added "and" before the last version number in lists of version ranges (e.g., "20.x, 22.x, 24.x, 25.x" → "20.x, 22.x, 24.x, and 25.x")
- Changed version references from "v20", "v22", etc. to "20.x", "22.x", etc. for consistency
- Changed specific version references like "v24.12.0" to "24.12.0" (removing the "v" prefix)
- Changed "v24 releases" to "24.x releases" for consistency
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8554 +/- ##
=======================================
Coverage 74.96% 74.96%
=======================================
Files 103 103
Lines 9036 9036
Branches 312 312
=======================================
Hits 6774 6774
Misses 2260 2260
Partials 2 2 ☔ View full report in Codecov by Sentry. |
📦 Build Size ComparisonSummary
Changes➕ Added Assets (1)
➖ Removed Assets (1)
|
Description
Refs: https://github.com/nodejs/node/tree/main/doc#version-references
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.