docs: clarify package descriptions - #86
Conversation
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (8)
📝 WalkthroughWalkthroughUpdated eight package README descriptions. The edits expand JavaScript/WebAssembly terminology, apply sentence-case wording, clarify platform support, and revise endianness terms. No public declarations or implementation code changed. ChangesREADME terminology updates
Estimated code review effort: 1 (Trivial) | ~2 minutes ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Merging this PR will degrade performance by 16.52%
Warning Please fix the performance issues or acknowledge them on CodSpeed. Performance Changes
Tip Investigate this regression by commenting Comparing Footnotes
|
Why
The previous release attempt pushed its version commit and package tags before failing during GitHub release creation. Rerunning that original pipeline checked out the older commit, so
lerna publish from-packagecould not see the bumped package versions.This documentation-only change intentionally creates a fresh, non-skipped pipeline from the latest
main. Markdown remains excluded from Lerna's changed-package calculation, so this does not introduce another version bump while allowing the existing unpublished versions to proceed through the publication step.What changed
Validation
git diff --check origin/main...HEADlerna changedreports no changed packages, as expected for Markdown-only changes.Summary by CodeRabbit