From 86e35a7740b007a1c4f9e88d81599d98007d2003 Mon Sep 17 00:00:00 2001 From: Wesley Cho Date: Thu, 3 Sep 2015 07:09:37 -0700 Subject: [PATCH] chore(build): fix changelog task reference --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index ba50504996..35c2754a3f 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -157,7 +157,7 @@ module.exports = function(grunt) { reporters: ['progress', 'coverage'] } }, - changelog: { + conventionalChangelog: { options: { dest: 'CHANGELOG.md', templateFile: 'misc/changelog.tpl.md'