commit-analyzer

semantic-release plugin to analyze commits with conventional-changelog

MIT License

Downloads
6.2M
Stars
339
Committers
21

Bot releases are hidden (Show)

commit-analyzer - v7.0.0-beta.1

Published by pvdlg almost 6 years ago

7.0.0-beta.1 (2018-12-15)

Features

  • use globs instead of regexp for releases rules (fc9b28a)

BREAKING CHANGES

  • Regexp are not supported anymore for property matching in the releaseRules option.

Regex are replaced by globs. For example /core-.*/ should be changed to 'core-*'.

commit-analyzer - v3.0.3

Published by gr2m about 7 years ago

3.0.3 (2017-09-21)

Bug Fixes

  • package: Set minimum node version to 4 (b375433)
commit-analyzer - v3.0.2

Published by gr2m about 7 years ago

3.0.2 (2017-09-19)

Bug Fixes

  • package: remove semantic-release from peerDependencies (0630747)
commit-analyzer - v3.0.1

Published by gr2m about 7 years ago

3.0.1 (2017-09-18)

Bug Fixes

  • Accept undefined pluginConfig (853a9fa)
commit-analyzer - v3.0.0

Published by gr2m about 7 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
commit-analyzer - v2.0.3

Published by pvdlg about 7 years ago

2.0.3 (2017-08-29)

Bug Fixes

  • readme: Fix typo in config example (affd555)
commit-analyzer - v2.0.2

Published by pvdlg about 7 years ago

2.0.2 (2017-08-24)

Bug Fixes

  • codeclimate: Fix Code Climate badge URL 🐛 (2480b18)
commit-analyzer - v2.0.1

Published by pvdlg about 7 years ago

2.0.1 (2017-08-24)

Bug Fixes

  • readme: Fix typos in README.md 🐛 (ed7df68)
commit-analyzer - v2.0.0

Published by pvdlg about 7 years ago

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
commit-analyzer - v1.0.1

Published by pvdlg about 7 years ago

1.0.1 (2017-08-21)

Bug Fixes

commit-analyzer - v1.0.0

Published by pvdlg about 7 years ago

1.0.0 (2017-08-20)

Features