Skip to content

Releases: semantic-release/commit-analyzer

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)

v5.0.3

22 Mar 14:52
Compare
Choose a tag to compare

5.0.3 (2018-03-22)

Bug Fixes

  • package: update conventional-changelog-angular to version 3.0.0 (70fbe21)

v5.0.2

09 Feb 22:55
Compare
Choose a tag to compare

5.0.2 (2018-02-09)

Bug Fixes

  • package: update node requirement to 8.3 (bd2908d)

v5.0.1

21 Jan 04:23
Compare
Choose a tag to compare

5.0.1 (2018-01-21)

Bug Fixes

  • fix regex rules evaluation (53faf3b)

v5.0.0

25 Nov 02:42
Compare
Choose a tag to compare

5.0.0 (2017-11-25)

Features

BREAKING CHANGES

  • Returns async function instead of a function calling a callback

v4.0.1

22 Nov 09:03
Compare
Choose a tag to compare

4.0.1 (2017-11-22)

Bug Fixes

  • readme: Clean up README badges (30b346b)

v4.0.0

30 Oct 01:11
Compare
Choose a tag to compare

4.0.0 (2017-10-30)

Bug Fixes

  • Throw error if a release rule is invalid (0495801)
  • Use Node 8 promisify instead of pify (bd19733)

Features

  • Add logs and debug (6961dd8)
  • Throw regular Error for unexpected errors (dc6ea59)

BREAKING CHANGES

  • Expect to be passed logger in options. Require semantic-remantic >=9.0.0.
  • Do not wrap unexpected errors in a @semantic-release/error. This way, in case of unexpected error (wrong release rule for example) semantic-release will fail and return with an exit code

v3.0.7

10 Oct 14:09
Compare
Choose a tag to compare

3.0.7 (2017-10-10)

Bug Fixes

  • readme: Fix spelling errors (98ecfa1)