Skip to content
This repository has been archived by the owner on Mar 26, 2018. It is now read-only.

Commit

Permalink
chore(release): remove stage from gruntfile
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiemonge committed Oct 26, 2015
1 parent 427d1d1 commit 23c7a9b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Gruntfile.js
Expand Up @@ -45,11 +45,6 @@ module.exports = function (grunt) {
passwordVar: 'GITHUB_AUTHTOKEN'
}
}
},
stage: {
options: {
files: ['CHANGELOG.md']
}
}
});

Expand Down Expand Up @@ -94,7 +89,6 @@ module.exports = function (grunt) {
grunt.task.run([
'default',
'bump' + (type ? ':' + type : ''),
'stage',
'release',
'conventionalGithubReleaser'
]);
Expand Down

0 comments on commit 23c7a9b

Please sign in to comment.