From b46b9d41de18c990aee3e62450166bae232db9c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20B=C3=B6nnemann?= Date: Fri, 24 Apr 2015 16:02:39 +0200 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 ba76edd..e405deb 100644 --- a/release-note-generation.md +++ b/release-note-generation.md @@ -6,7 +6,7 @@ The default release notes are a changelog based on the [AngularJS Commit Message If you want to generate your own release notes you can provide a generator in the `package.json`. -Add a `release` field and provide a path where `semantic-release` can require your it: +Add a `release` field and provide a path where `semantic-release` can require it: ```json "release": {