Updated release note generation (markdown)

Stephan Bönnemann 2015-06-12 18:59:04 -07:00
parent cc7d9886c2
commit 8467c9a4ab

@ -16,4 +16,4 @@ Add a `release` field and provide a path where `semantic-release` can require it
The module should export a function that calls the provided callback (the last and currently only argument) with an error object or `null` as the first argument and the release notes(string) as the second argument.
Have a look at [the default generator](https://github.com/boennemann/semantic-release/blob/master/lib/release-notes.js) for a sample implementation.
Have a look at [the default generator](https://github.com/boennemann/semantic-release/blob/master/src/lib/release-notes.js) for a sample implementation.