github semantic-release/commit-analyzer v3.0.0

latest releases: v13.0.1, v13.0.0, v13.0.0-beta.2...
8 years ago

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

Don't miss a new commit-analyzer release

NewReleases is sending notifications on new releases.