Open NullVoxPopuli opened 2 years ago
It seems that since switching to monorepo, the release tooling doesn't actually work.
Running in to this error: https://github.com/lerna/lerna-changelog/blob/master/src/configuration.ts#L43
lerna-changelog is using the root of the repo, rather than the current working directory
fixed via pnpm patch for now, but this is "temporary"
pnpm patch
It seems that since switching to monorepo, the release tooling doesn't actually work.
Running in to this error: https://github.com/lerna/lerna-changelog/blob/master/src/configuration.ts#L43