Skip to content

Commit

Permalink
Changed the cases as that makes more sense
Browse files Browse the repository at this point in the history
  • Loading branch information
harm-less committed Apr 19, 2016
1 parent 5e70caf commit 527503b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 527503b

Please sign in to comment.