How do you create hex packages while still supporting in umbrella dependencies?

Since mix.exs is code, you could read an env variable, e.g. RELEASE in there and depending on the value take the deps either from path/umbrella or from hex. This should make it less painful.

4 Likes