Skip to content

Releases: semantic-release/commit-analyzer

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)

v3.0.6

01 Oct 22:01
Compare
Choose a tag to compare

3.0.6 (2017-10-01)

Bug Fixes

  • Load preset/config if semantic-release run as global install (34d964b)

v3.0.5

01 Oct 21:41
Compare
Choose a tag to compare

3.0.5 (2017-10-01)

Bug Fixes

  • Load preset/config if semantic-release run as global install (dfb6c22)

v3.0.4

25 Sep 17:11
Compare
Choose a tag to compare

3.0.4 (2017-09-25)

Bug Fixes