From ffd50691721e96091e3642c1ecc871d66c2f48f8 Mon Sep 17 00:00:00 2001 From: Anthony Kirwan Date: Sat, 11 Jan 2014 23:11:57 -0600 Subject: [PATCH] grunt-bump commit changes --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index e167aea..92a9062 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -60,7 +60,7 @@ module.exports = function(grunt) { bump: { options: { files: ['package.json', 'bower.json'], - commit: false, + commit: true, commitFiles: ['package.json', 'bower.json', 'dist/*'], createTag: false, push: false