cz-lerna-changelog
cz-lerna-changelog copied to clipboard
Broken with [email protected] RC
When trying to use this with [email protected]
it results in the following:
yarn run v1.9.2
$ git-cz
Cannot find module 'lerna/lib/Repository'
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
Also breaking for me. Please fix this
I have a workaround for this issue: I removed commitizen from dependencies, and run it through a npm script "commit": "npx git-cz"
It will work with npm versions that support npx
, and this is clearly an issue that could be solved otherwise, but I personally did not have the time yet to dig this issue.
I found this workaround by mistake...I do not have a clue yet why it is breaking, hope it can help your case.
i made PR that fixes this, but i don't know if this repo is still maintained or not, we use it in our projects and we need it to support lerna 3
Hiya, wow, thanks for the contribution.
I'll try to get to it today and release a new major version.
Amazing, thanks @abusada. This works great!
Hi, I'm still facing this issue on my project!! This pr is from 2018, can you just publish it, please?
The PR in this issue was merged already and released in 2.0.0
https://github.com/atlassian/cz-lerna-changelog/pull/17#issuecomment-423435556