release-notes-generator

semantic-release plugin to generate changelog content with conventional-changelog

MIT License

Downloads
6.2M
Stars
283
Committers
20

Bot releases are hidden (Show)

release-notes-generator - v5.0.2

Published by pvdlg almost 7 years ago

5.0.2 (2017-11-09)

Bug Fixes

  • readme: parser/writer options mixup (a68499f)
release-notes-generator - v5.0.1

Published by pvdlg almost 7 years ago

5.0.1 (2017-10-29)

Bug Fixes

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

Features

release-notes-generator - v5.0.0

Published by pvdlg almost 7 years ago

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
release-notes-generator - v4.0.2

Published by gr2m about 7 years ago

4.0.2 (2017-09-21)

Bug Fixes

  • package: Set minimum node version to 4 (47aafb6)
release-notes-generator - v4.0.1

Published by gr2m about 7 years ago

4.0.1 (2017-09-18)

Bug Fixes

  • Accept undefined pluginConfig (51b5e8d)
release-notes-generator - v4.0.0

Published by gr2m about 7 years ago

4.0.0 (2017-09-17)

Features

Chores

  • chore: rename plugin and move to semantic-release org (04f0e71)

BREAKING CHANGE

  • plugin is now the default one used by semantic-release
release-notes-generator - v1.1.3

Published by pvdlg about 7 years ago

1.1.3 (2017-08-29)

Bug Fixes

  • readme: Fix typo in config example (88edbb4)
release-notes-generator - v1.1.2

Published by pvdlg about 7 years ago

1.1.2 (2017-08-24)

Bug Fixes

  • codeclimate: Fix Code Climate badge URL 🐛 (13d22a4)
release-notes-generator - v1.1.1

Published by pvdlg about 7 years ago

1.1.1 (2017-08-23)

Bug Fixes

  • config: Use import-cwd to load preset and config 🐛 (ef76b4b)
  • readme: Fix typo in plugin configuration example 🐛 (c6deb99)
release-notes-generator - v1.1.0

Published by pvdlg about 7 years ago

1.1.0 (2017-08-21)

Bug Fixes

  • package: Update keywords 📦 (d0bb058)

Features

  • options: Allow to overwride parserOpts and writerOpts ✨ (3df5168)
release-notes-generator - v1.0.0

Published by pvdlg about 7 years ago

1.0.0 (2017-08-15)

Features