Skip to content

v3.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Apr 21:43

3.0.0 (2021-04-08)

Chores

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