DEV Community

Discussion on: The chronicles of semantic-release and monorepos

Collapse
 
renatewr profile image
Renate Winther Ravnaas

2021: Anyone who tried this: npmjs.com/package/auto ?

Collapse
 
hydrosquall profile image
Cameron Yick

This is a great option, as long you're not in a monorepo using Yarn 2 workspaces that are connected using workspace:* references. However, this thread has examples with links to a few lerna-powered yarn-1 repos if people are looking for examples.

github.com/intuit/auto/discussions...

Collapse
 
antongolub profile image
Anton Golub • Edited

@renatewr ,

Interesting tip, thanks. But there is a single versioning for all packages as I can see: github.com/intuit/auto/commit/146f... This is acceptable as long as there are just a few packages in repo. For hundreds, this is already becoming a problem)

Collapse
 
renatewr profile image
Renate Winther Ravnaas

I have not tried it yet, but the docs says: ‘The npm plugin works out of the box with lerna in both independent and fixed mode. ’ If that would sove the problem?

Thread Thread
 
renatewr profile image
Renate Winther Ravnaas