Does auto
support pnpm
& nx
based monorepos?
#2281
allbetter-max
started this conversation in
General
Replies: 3 comments 4 replies
-
Cross linking to an open issue #2149 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Cross linking to an open issue #1698 |
Beta Was this translation helpful? Give feedback.
0 replies
-
I would be interested in this too |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi guys,
Based on this answer #1861 it seems that
auto
has built-in support forlerna
.I have a monorepo with several nodejs projects that I would like to release as docker files using
auto
.I'm using
nx affected
as the main driver for operating on changes in PR's andpnpm
for managing the workspace and internal project dependencies (both npm and local packages).How does
auto
fits into the mix?More concertedly, how developer friendly the experience will be if I want to have the developer merge a
feat(app1): Adding a Cool New Thing
andauto
will know to build add a semver+0.1.0 to myapp1
project.Beta Was this translation helpful? Give feedback.
All reactions