Skip to content
This repository has been archived by the owner on Nov 21, 2019. It is now read-only.

Commit

Permalink
Release: v3.21.05
Browse files Browse the repository at this point in the history
  • Loading branch information
kvhnuke committed Apr 4, 2018
1 parent e5ac2bb commit f263527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ gulp.task('commit', ['getVersion'], function() {
gulp.task('commitV', ['getVersion'], function() {
return gulp.src('*.js', { read: false })
.pipe(shell([
'git commit -m " ' + versionMsg + ' "'
'git commit --allow-empty -m " ' + versionMsg + ' "'
]))
.pipe(notify(onSuccess('Commit w ' + versionMsg)))
});
Expand Down

0 comments on commit f263527

Please sign in to comment.