Open Tomerfi1210 opened 8 months ago
My first thought would be to break out your releases into multiple stages.
You'll want to consider the range of versions you want app1 and app2 to automatically accept from common i.e. non breaking changes. To avoid automatic breaking releases of app1 and app2
Hey, I have a monorepo project with this tree:
For now, when I there is a change in app1 or app2, a new tag and release is happend. But, I want also to trigger new tag and release when there is a change in common directory.
Im using gitlab, npm and lerna for that.
Example of package.json in app1:
Thank you !