cz-lerna-changelog icon indicating copy to clipboard operation
cz-lerna-changelog copied to clipboard

Broken with [email protected] RC

Open ssilve1989 opened this issue 6 years ago • 7 comments

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.

ssilve1989 avatar Aug 02 '18 16:08 ssilve1989

Also breaking for me. Please fix this

dorsharon avatar Aug 13 '18 07:08 dorsharon

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.

fabienheureux avatar Aug 24 '18 15:08 fabienheureux

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

abusada avatar Sep 20 '18 11:09 abusada

Hiya, wow, thanks for the contribution.

I'll try to get to it today and release a new major version.

lukebatchelor avatar Sep 20 '18 22:09 lukebatchelor

Amazing, thanks @abusada. This works great!

daern91 avatar Oct 08 '18 15:10 daern91

Hi, I'm still facing this issue on my project!! This pr is from 2018, can you just publish it, please?

ibraelillo avatar Jan 26 '20 17:01 ibraelillo

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

lukebatchelor avatar Jan 27 '20 03:01 lukebatchelor