From 527503b9aa019875a47173605e69d5832d937b58 Mon Sep 17 00:00:00 2001 From: Harm van der Werf Date: Tue, 19 Apr 2016 23:02:12 +0200 Subject: [PATCH] Changed the cases as that makes more sense --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index adf6dcf..31815a8 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -306,7 +306,7 @@ module.exports = function(grunt) { ]); grunt.registerTask('release', function() { - var releaseType = grunt.option('releaseType') ? grunt.option('releaseType') : 'patch'; + var releaseType = grunt.option('release-type') ? grunt.option('release-type') : 'patch'; grunt.task.run('bump-only:' + releaseType); grunt.task.run('build');