From ab7d92a7d682653525390fdadec8f2b4b620d43a Mon Sep 17 00:00:00 2001 From: "Cody B. Daig" Date: Thu, 12 Nov 2015 14:18:56 -0800 Subject: [PATCH] bug(docs): Update change log command --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 912275e354..585b421c4a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -82,4 +82,4 @@ The code for the documentation and the website are located in the meanjs/mean re For those who will be generating releases: * Don't forget to update the changelog! - * `conventional-changelog -r 1` + * `conventional-changelog -r 1 | cat - CHANGELOG.md | tee CHANGELOG.md`