You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
My first thought would be to break out your releases into multiple stages.
First release the common package
Update app1 and app2 dependencies and commit new lock file.
Release app1 and app2
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 !
The text was updated successfully, but these errors were encountered: