From 7dc65b51fa1b846847485178a5a4e548305557bd Mon Sep 17 00:00:00 2001 From: Will Date: Thu, 22 Jan 2015 09:21:10 -0500 Subject: [PATCH] fix(gulp): Change commit message --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index ab6e1a6e..ef394489 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -26,7 +26,7 @@ var release = function(importance) { type: importance })) .pipe(gulp.dest('./')) - .pipe($.git.commit('bumps package version')) + .pipe($.git.commit('chore: bumps package version')) .pipe($.filter('bower.json')) .pipe(tagVersion()); };