Skip to content

Releases: semantic-release/commit-analyzer

v3.0.3

21 Sep 05:19
Compare
Choose a tag to compare

3.0.3 (2017-09-21)

Bug Fixes

  • package: Set minimum node version to 4 (b375433)

v3.0.2

19 Sep 21:21
Compare
Choose a tag to compare

3.0.2 (2017-09-19)

Bug Fixes

  • package: remove semantic-release from peerDependencies (0630747)

v3.0.1

18 Sep 03:01
Compare
Choose a tag to compare

3.0.1 (2017-09-18)

Bug Fixes

  • Accept undefined pluginConfig (853a9fa)

v3.0.0

17 Sep 21:42
Compare
Choose a tag to compare

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

v2.0.3

29 Aug 23:10
Compare
Choose a tag to compare

2.0.3 (2017-08-29)

Bug Fixes

  • readme: Fix typo in config example (affd555)

v2.0.2

24 Aug 05:45
Compare
Choose a tag to compare

2.0.2 (2017-08-24)

Bug Fixes

  • codeclimate: Fix Code Climate badge URL 🐛 (2480b18)

v2.0.1

24 Aug 00:09
Compare
Choose a tag to compare

2.0.1 (2017-08-24)

Bug Fixes

  • readme: Fix typos in README.md 🐛 (ed7df68)

v2.0.0

23 Aug 20:39
Compare
Choose a tag to compare

2.0.0 (2017-08-23)

Bug Fixes

  • config: Use import-cwd to load preset and config 🐛 (8630887)

Code Refactoring

  • config: Rename commitTypes config to releaseRules 📦 (775dc38)

BREAKING CHANGES

  • config: Configuration change: rename commitTypes to releaseRules

v1.0.1

21 Aug 02:49
Compare
Choose a tag to compare

1.0.1 (2017-08-21)

Bug Fixes

v1.0.0

20 Aug 20:55
Compare
Choose a tag to compare

1.0.0 (2017-08-20)

Features