Closed fczuardi closed 6 years ago
lerna 3 also breaks our commitzen adapter, see https://github.com/atlassian/cz-lerna-changelog/issues/16
the workaround for this would be to change our commitizen adapter to something that is not an abandoned project, cz-conventional-changelog
maybe
and canary version numbers dont play well with yarn publish, so we would have to use --npm-client npm
on the publishing commands as a workaround see https://github.com/yarnpkg/yarn/issues/6313
In summary, to make the move to lerna3 we would have to fix those 3 things:
Just accepting the greenkeeper bot PR was not enough to get us on the new lerna version and so we reverted in #510
This issue is about making the necessary changes on our build system in order to be able to use lerna 3