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()); };