Skip to content
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

[internal] fix release preparation scripts #4265

Closed
pichlermarc opened this issue Nov 8, 2023 · 0 comments · Fixed by #4275
Closed

[internal] fix release preparation scripts #4265

pichlermarc opened this issue Nov 8, 2023 · 0 comments · Fixed by #4275

Comments

@pichlermarc
Copy link
Member

While doing the most recent releases I discovered that the _lerna:remove_api and _lerna:remove_stable npm scripts do not work anymore as the packages are now linked with npm workspace. This causes every run of prepare_release:sdk:minor to also bump the API version, something that is not intended to happen.

A manual workaround was to remove the API package from the top-level package.json and re-add it later, but this process can be error prone. This issue is here to track fixing this script so that releases can be prepared with the available scripts again.

@pichlermarc pichlermarc changed the title Fix release preparation scripts [internal] fix release preparation scripts Nov 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant