Skip to content

Releases: semantic-release/commit-analyzer

v6.3.0

09 Aug 18:07
Compare
Choose a tag to compare

6.3.0 (2019-08-09)

Features

  • add support for conventionalcommits preset (edad14c)

v6.2.0

07 Jun 16:35
Compare
Choose a tag to compare

6.2.0 (2019-06-07)

Features

  • allow to disable default release rules with release: false (a71866f)

v6.1.1

08 May 18:50
Compare
Choose a tag to compare

6.1.1 (2019-05-08)

Bug Fixes

  • package: update import-from to version 3.0.0 (088819c)

v7.0.0-beta.1

15 Dec 05:52
Compare
Choose a tag to compare
v7.0.0-beta.1 Pre-release
Pre-release

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-*'.

v6.1.0

08 Oct 17:08
Compare
Choose a tag to compare

6.1.0 (2018-10-08)

Features

  • export as an object with analyzeCommits step (c459847)

v6.0.1

11 Sep 15:19
Compare
Choose a tag to compare

6.0.1 (2018-09-11)

Bug Fixes

  • package: update debug to version 4.0.0 (97e7002)

v6.0.0

17 Jul 04:18
Compare
Choose a tag to compare

6.0.0 (2018-07-17)

Features

  • use cwd and env options passed by core (1d74e46)

BREAKING CHANGES

  • require semantic-release >= 15.8.0

v5.1.0

10 Jul 15:43
Compare
Choose a tag to compare

5.1.0 (2018-07-10)

Features

  • add release rule for revert commits (e8c5604)
  • exclude commit from analysis if they have a matching revert commit (b0d294b)

v5.0.5

06 Jun 15:09
Compare
Choose a tag to compare

5.0.5 (2018-06-06)

Bug Fixes

  • package: update conventional-changelog-angular to version 5.0.0 (bc5610f)

v5.0.4

29 May 15:30
Compare
Choose a tag to compare

5.0.4 (2018-05-29)

Bug Fixes

  • package: update conventional-changelog (8edcdf4)