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
# Summary
- move a lot of things out of private-context to root-context, add new
context which is sourced in the beginning for ease of start of
development
- **that is done by pointing, by default, all registries to shared
registries**
- without the new context file that is sourced first, we had the problem
that we could not defined sane defaults for everyone in the
root-context. If a root-context contained something we did not want, we
required to create an override-context, which is cumbersome
- **that is solved by using a context, that is only for local dev and
sourced first at all times, when you want something different, you can
just make that change in your release.json**
- I now expect folks to more likely make changes to the new
`local-defaults-context` and if not agreed, one can just override them
for their special case in the private-context
new sourcing order:
```local-defaults-context (local sane/opinionated defaults) -> private (local secrets and overrides) -> root (defaults shared with evg)```
0 commit comments