-
I had to use legacy Lerna v6.6 to successfully build based on guidance in README.
-
### Steps to Reproduce
We are using commitlint in our GitLab CI pipelines. With the upgrade to 19.6.0 we noticed unexpected failures, which turns out to be caused by Git no longer being available i…
-
## Current Behavior
Upgrade lerna from version 8.1.2 to 8.1.3
The existing lerna build stops working and hangs at the build step. none of the lerna command responds after that.
## Expected …
-
## Current Behavior
Updated from v7 to v8 with the following config
```json
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "1.0.0",
"npmClient": "yarn"
}
```…
-
Hi,
Really liking `lerna` so far. However I've encountered some [unexpected behavior](https://github.com/kittens/lerna/issues/50) that wound up getting pushed to our public repo and published to npm…
-
[conventional-changelog](https://github.com/conventional-changelog/conventional-changelog "conventional-changelog") have supported lerna-style package.
- [make conventional-changelog play nicely wi…
-
I'm trying to run `yarn lerna add-caching` but it is not recognizing some of the packages. I'm trying to find the root cause and I think it is related to this mismatch issue.
## Current Behavior
…
-
[示例仓库](https://github.com/example-repo/lerna-example)
在讲 lerna workflow 前我们先粗话来谈下当今主流的项目代码管理方式
## 杂谈项目管理方式
### multiRepos
> multiRepos 它是一种管理 organisation 代码的方式,在这种方式下,独立功能会拆分成独立的 repo…
-
`react-spring` uses `lerna` in the new v9 branch. Just recently, a contributor tried using `relative-deps` to avoid a duplicate peer dependency, but he hit some issues (see [here](https://github.com/r…
-
Hello!
Not sure if it's a feat. or a fix.
## Current Behavior
```sh
Run pnpm lerna publish --conventional-commits --exact --conventional-prerelease --canary --dist-tag=next --preid=next …