Skip to content

Commit a56c7ac

Browse files
barmaglot92bcoe
authored andcommitted
fix: use tagPrefix in CHANGELOG lifecycle step (#243)
1 parent 9a99607 commit a56c7ac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/lifecycles/changelog.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ function outputChangelog (args, newVersion) {
3030
var context
3131
if (args.dryRun) context = {version: newVersion}
3232
var changelogStream = conventionalChangelog({
33-
preset: 'angular'
33+
preset: 'angular',
34+
tagPrefix: args.tagPrefix
3435
}, context, {merges: null})
3536
.on('error', function (err) {
3637
return reject(err)

0 commit comments

Comments
 (0)