3.0.0 (2021-04-08)
Chores
- deps: eslint-config-codedependant dbe464e - Eric Satterwhite
- deps: release-config-npm@1.0.1 98b1a88 - Eric Satterwhite
Features
- 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