Anyone here using monorepo, (for example nx) and h...
# general
b
Anyone here using monorepo, (for example nx) and has multiple services within it? I am looking into how to setup pulumi so it only releases services that changed. Because as I understand this https://www.pulumi.com/blog/nx-monorepo/ it relies on caching but if I have independent services and one of them changes (and build target will not be cached) I re-release the whole stack.