From 8467c9a4ab29662832bf258bc52b72628291f00c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20B=C3=B6nnemann?= Date: Fri, 12 Jun 2015 18:59:04 -0700 Subject: [PATCH] Updated release note generation (markdown) --- release-note-generation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release-note-generation.md b/release-note-generation.md index e405deb..124105b 100644 --- a/release-note-generation.md +++ b/release-note-generation.md @@ -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. \ No newline at end of file +Have a look at [the default generator](https://github.com/boennemann/semantic-release/blob/master/src/lib/release-notes.js) for a sample implementation. \ No newline at end of file