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/**/*']