diff --git a/gulpfile.js b/gulpfile.js index 2666dee..1bbb697 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -233,7 +233,7 @@ gulp.task('bump:html', ['release:init'], function() { }); gulp.task('release:commit', ['bump'], function() { - gulp.src(['./index.html', './package.json']) + return gulp.src(['./index.html', './package.json']) .pipe(git.commit('release: '+nextVersion)); });