Releases: semantic-release/commit-analyzer
Releases · semantic-release/commit-analyzer
v3.0.6
v3.0.5
v3.0.4
v3.0.3
v3.0.2
v3.0.1
v3.0.0
3.0.0 (2017-09-17)
Features
- Allow to select commit message style via conventional-changelog
preset
orconfig
- 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-changelogpreset
, for exampletype
,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