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

chore: Lerna-Lite 2.0 publish & version are becoming optional commands #2597

Merged
merged 2 commits into from Apr 9, 2023
Merged

chore: Lerna-Lite 2.0 publish & version are becoming optional commands #2597

merged 2 commits into from Apr 9, 2023

Conversation

ghiscoding
Copy link
Contributor

@ghiscoding ghiscoding commented Apr 8, 2023

  • in the next Lerna-Lite v2.0.0, I made version and publish as optional commands since it was requested by some users. So Lerna-Lite is now entirely modular and the user will need to manually install the command(s) he want to use (plus the CLI)
  • I'm submitting this PR since your Lerna-Lite dependencies are set to latest and that will break your workflow, also note version is a strict dependency of publish which is why we can skip version install (we could also include it, it won't make a difference)
  • see Lerna-Lite v2.0.0-alpha.2 release, I'm also expecting an official v2.0 release in a week or two

ghiscoding and others added 2 commits April 8, 2023 13:03
- in the next Lerna-Lite v2.0.0, I made `version` and `publish` as optional commands since it was requested by some users. So Lerna-Lite is now entirely modular and the user needs to manually install the commands he wants (with CLI)
- submitting this PR since your Lerna-Lite dependencies are set to `latest` and that will break your workflow, also note `version` is a strict dependency of `publish` which is why we can skip `version` install
- see Lerna-Lite [v2.0.0-alpha.2](https://github.com/lerna-lite/lerna-lite/releases/tag/v2.0.0-alpha.2) release, also expecting official v2.0 release in a week or two
@johnsoncodehk
Copy link
Member

LGTM, thanks!

@johnsoncodehk johnsoncodehk merged commit 27005e4 into vuejs:master Apr 9, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants