Skip to content

Commit

Permalink
fix: use tagPrefix in CHANGELOG lifecycle step (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
barmaglot92 authored and bcoe committed May 17, 2018
1 parent 9a99607 commit a56c7ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/lifecycles/changelog.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ function outputChangelog (args, newVersion) {
var context
if (args.dryRun) context = {version: newVersion}
var changelogStream = conventionalChangelog({
preset: 'angular'
preset: 'angular',
tagPrefix: args.tagPrefix
}, context, {merges: null})
.on('error', function (err) {
return reject(err)
Expand Down

0 comments on commit a56c7ac

Please sign in to comment.