grunt-iw-release
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "grunt-iw-release", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "InsideWarehouse release/deploy flow", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -30,3 +30,3 @@ module.exports = function (grunt) { | ||
var topLevelPath = toplevelOutput.output.trim(); | ||
if (grunt.file.isPathCwd(topLevelPath)) { | ||
if (!grunt.file.isPathCwd(topLevelPath)) { | ||
var pkgName = grunt.config.get("pkg.name"); | ||
@@ -33,0 +33,0 @@ bumpOptions.commitMessage = "[" + pkgName + "] v%VERSION%"; |
4091