From 23c7a9b216be57f162400b055d24b3d0daa5ff88 Mon Sep 17 00:00:00 2001 From: Eddie Monge Date: Mon, 26 Oct 2015 11:02:06 -0700 Subject: [PATCH] chore(release): remove stage from gruntfile --- Gruntfile.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index b120bd153..270e63f41 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -45,11 +45,6 @@ module.exports = function (grunt) { passwordVar: 'GITHUB_AUTHTOKEN' } } - }, - stage: { - options: { - files: ['CHANGELOG.md'] - } } }); @@ -94,7 +89,6 @@ module.exports = function (grunt) { grunt.task.run([ 'default', 'bump' + (type ? ':' + type : ''), - 'stage', 'release', 'conventionalGithubReleaser' ]);