You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
pichlermarc
changed the title
Fix release preparation scripts
[internal] fix release preparation scripts
Nov 8, 2023
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 withnpm
workspace. This causes every run ofprepare_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.
The text was updated successfully, but these errors were encountered: