Skip to content

Releases: semantic-release/release-notes-generator

v6.0.4

26 Jan 06:02
Compare
Choose a tag to compare

6.0.4 (2018-01-26)

Bug Fixes

  • package: update git-url-parse to version 8.0.0 (e22bbab)

v6.0.3

05 Dec 23:52
Compare
Choose a tag to compare

6.0.3 (2017-12-05)

Bug Fixes

  • parse commit references based on git host (d3b011e)

v6.0.2

05 Dec 20:39
Compare
Choose a tag to compare

6.0.2 (2017-12-05)

Bug Fixes

  • generate commits and issues URL based on git host (4ee3f87)

v6.0.1

30 Nov 16:17
Compare
Choose a tag to compare

6.0.1 (2017-11-30)

Bug Fixes

v6.0.0

25 Nov 02:48
Compare
Choose a tag to compare

6.0.0 (2017-11-25)

Features

  • Do not depends on package.json and use new repositoryUrl (32faca7)
  • Return async function (7598222)

BREAKING CHANGES

  • Require semantic-release version that passed the repositoryUrl option
  • Returns async function instead of a function calling a callback

v5.1.1

22 Nov 06:29
9eb69eb
Compare
Choose a tag to compare

5.1.1 (2017-11-22)

Bug Fixes

  • readme: Clean up README badges (60ece38)

v5.1.0

21 Nov 16:55
Compare
Choose a tag to compare

5.1.0 (2017-11-21)

Features

  • Generate compare URL with git tag if available (c31284b)

v5.0.2

09 Nov 18:06
Compare
Choose a tag to compare

5.0.2 (2017-11-09)

Bug Fixes

  • readme: parser/writer options mixup (a68499f)

v5.0.1

09 Nov 18:05
Compare
Choose a tag to compare

5.0.1 (2017-10-29)

Bug Fixes

  • Use Node 8 promisify instead of pify (9483a53)

Features

v5.0.0

09 Nov 18:04
Compare
Choose a tag to compare

5.0.0 (2017-10-27)

Features

  • Use commits, lastRelease and nextRelease passed by semantic-release (e99fba3)

BREAKING CHANGES

  • Expect to be passed commits, lastRelease and nextRelease 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 (missing preset for example) semantic-release will fail and return with an error code