From 43658b64d852b2dfb0dcb1aa09b07862dc93459a Mon Sep 17 00:00:00 2001 From: Kevin Ross Date: Tue, 26 Jan 2016 11:42:40 -0600 Subject: [PATCH] wip autocommit dist --- Gruntfile.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index f3abad81..0b0c3105 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -484,8 +484,10 @@ module.exports = function (grunt) { gitcommit: { dist: { options: { - message: 'dist publish', - verbose: true + message: 'dist - publish', + verbose: true, + noVerify: true, + noStatus: false }, files: { src: ['dist/**/*']