Add missing return in the hope to fix #140 (untested)
This commit is contained in:
parent
aa6588d40b
commit
5f89287a97
1 changed files with 1 additions and 1 deletions
|
|
@ -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));
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue