Skip to content

gulp-git@1.2.2

Choose a tag to compare

@stephenlacy stephenlacy released this 07 May 15:34
· 139 commits to master since this release
  • add support for arrays as commit messages in commit.js

Now possible:

gulp.task('commit', function(){
  return gulp.src('./git-test/*')
    .pipe(git.commit(['initial commit', 'additional message']));
});