Skip to content

v3.0.0

Compare
Choose a tag to compare
@gr2m gr2m released this 17 Sep 21:42
· 557 commits to master since this release

3.0.0 (2017-09-17)

Features

  • Allow to select commit message style via conventional-changelog preset or config
  • Allow to customize the commit analysis rule via criteria in option releaseRules
    Each commit will be compared with each rule and when it matches, the commit will be associated with the release type in the rule's release property. If a commit match multiple rules, the highest release type (major > minor > patch) is associated with the commit.
    Rules can be defined on any commit field parsed by the selected conventional-changelog preset, for example type, scope or even the message header with a regexp.

Chores

  • chore: rename plugin and move to semantic-release org (da5e06e)

BREAKING CHANGE

  • plugin is now the default one used by semantic-release