Skip to content

Commit

Permalink
chore(changelog): remove releaseCount
Browse files Browse the repository at this point in the history
  • Loading branch information
EdricChan03 committed Apr 23, 2018
1 parent 87bd85b commit 7ec6023
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ gulp.task('changelog', () => {
.pipe(conventionalChangelog({
preset: 'angular',
// Regenerate everything
releaseCount: 0
// releaseCount: 0
}))
.pipe(gulp.dest('./'));
})
})

0 comments on commit 7ec6023

Please sign in to comment.