Releases: esatterwhite/semantic-release-docker
Releases · esatterwhite/semantic-release-docker
v4.0.0
4.0.0 (2021-12-31)
Chores
- deps: @codedependant/[email protected] fdb0985 - Eric Satterwhite
- deps: [email protected] 6807acc - Eric Satterwhite
- deps: [email protected] f7e0bbe - Eric Satterwhite
Features
Miscellaneous
- fix typo 3aa33ba - Eric Satterwhite
BREAKING CHANGES
- template: Use handlebars as template engine. Place holders are
now double curlies{{ }}
v3.1.2
v3.1.1
v3.1.0
v3.0.1
v3.0.0
3.0.0 (2021-04-08)
Chores
- deps: eslint-config-codedependant dbe464e - Eric Satterwhite
- deps: [email protected] 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