From cd4e8c23567518623e6c99f6e464ac30e6fc26c0 Mon Sep 17 00:00:00 2001 From: Mauricio Soares Date: Mon, 29 Jun 2015 10:33:10 -0300 Subject: [PATCH] add bump-commit to release --- Gruntfile.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Gruntfile.js b/Gruntfile.js index a2df3b3..ebae252 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -176,7 +176,9 @@ module.exports = function(grunt) { setTimeout(function() { updateBanner(); grunt.task.run('dist'); + grunt.task.run('bump-commit'); }, 0); + // grunt.task.run('dist'); }); };