diff --git a/Gruntfile.js b/Gruntfile.js index 59a7a94..853bdb5 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -77,7 +77,7 @@ module.exports = function(grunt) { pkg: { path: 'test/fixtures/_package.json' }, - allBlocks: true + releaseCount: 0 } } }, diff --git a/package.json b/package.json index 359caf9..128ea73 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "license": "MIT", "dependencies": { "chalk": "^1.1.0", - "conventional-github-releaser": "^0.1.0", + "conventional-github-releaser": "^0.2.0", "plur": "^2.0.0" }, "devDependencies": {