How do I change a version already published with the beta tag to latest in lerna #3988
trevisanfelipe
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How do I change a version already published with the beta tag to latest in lerna:
beta - 1.0.34
latest - 1.0.33
When rotating
npx lerna publish from-package --force-publish --dist-tag latest
I receive:
lerna notice cli v8.1.2
lerna notice from-package No unpublished release found
lerna success No changed packages to publish
When rotating
npx lerna publish --force-publish --dist-tag latest
he wants to increase the version:
Changes:
How to do something like this with lerna:
npm dist-tag add @gatec/base@1.0.34 latest
Beta Was this translation helpful? Give feedback.
All reactions