-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
fix: v24.0.0 blog post #7728
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
fix: v24.0.0 blog post #7728
Conversation
Signed-off-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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 PR updates the v24.0.0 release blog post by removing the placeholder for the ARMv7 32-bit binary and replacing the SHASUMs section with a complete PGP-signed checksum block.
- Removed outdated ARMv7 binary placeholder.
- Added a comprehensive PGP-signed checksum block for release artifacts.
Comments suppressed due to low confidence (1)
apps/site/pages/en/blog/release/v24.0.0.md:479
- If ARMv7 support is deprecated or no longer planned, consider updating the surrounding text to clarify this change. Otherwise, include accurate release details for ARMv7.
-ARMv7 32-bit Binary: _Coming soon_ \
|
Lighthouse Results
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #7728 +/- ##
=======================================
Coverage 74.83% 74.83%
=======================================
Files 98 98
Lines 7888 7888
Branches 200 200
=======================================
Hits 5903 5903
Misses 1984 1984
Partials 1 1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.