Skip to content

Commit

Permalink
Fix changelog commit step
Browse files Browse the repository at this point in the history
  • Loading branch information
notheotherben committed Jun 27, 2015
1 parent 0809927 commit e1825cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/changelog.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ gulp.task('changelog', function(done) {
});

gulp.task('changelog-commit', function () {
return gulp.src('.')
return gulp.src('CHANGELOG.md')
.pipe(git.add())
.pipe(git.commit('Updated CHANGELOG'));
});

0 comments on commit e1825cb

Please sign in to comment.