-
Notifications
You must be signed in to change notification settings - Fork 545
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
chore: remove lerna #2526
base: main
Are you sure you want to change the base?
chore: remove lerna #2526
Conversation
This package does not have an assigned component owner and is considered unmaintained. As such this package is in feature-freeze and this PR will be closed with 14 days unless a new owner or a sponsor (a member of @open-telemetry/javascript-approvers) for the feature is found. It is the responsibility of the author to find a sponsor for this feature. |
I'll "sponsor" to stop the "unmaintained" workflows. |
ping to @open-telemetry/javascript-maintainers since the changes in this PR affects the release process |
Which problem is this PR solving?
This is a follow up PR of #2493. It removes
lerna
as a dependency and also from the CI workflows. All scripts andlerna
commands have been replaced by its equivalent innx
(lerna was using them internally) or custom scripts.Changes
lerna
dependencyscripts/peer-api-check.mjs
to work at the root level and the dependant workflowspublish-to-npm.mjs
script and update the release workflowfocus
npm script for people who does not want to compile all project to start developingscripts/bump-package-versions.mjs
to help with manual releases