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
config: allow templated build arguments 7167dcf - Eric Satterwhite
config: unnest config values from docker property 2087683 - Eric Satterwhite
BREAKING CHANGES
config: Flatten the docker config option for semantic relase into the root
config. Semantic release doesn't do a very good job of merging options
that are coming from a sharable configuration. This makes it easier to
utilize overrides when using a sharable config. Options are camel cased
using the docker root word prefix docker.args -> dockerArgs docker.login -> dockerLogin