Skip to content

Commit 8205222

Browse files
Neonox31bcoe
authored andcommitted
fix(bump): transmit tag prefix argument to conventionalRecommendedBump (#393)
1 parent 480ee2e commit 8205222

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/lifecycles/bump.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,8 @@ function bumpVersion (releaseAs, currentVersion, args) {
143143
conventionalRecommendedBump({
144144
debug: args.verbose && console.info.bind(console, 'conventional-recommended-bump'),
145145
preset: presetOptions,
146-
path: args.path
146+
path: args.path,
147+
tagPrefix: args.tagPrefix
147148
}, function (err, release) {
148149
if (err) return reject(err)
149150
else return resolve(release)

0 commit comments

Comments
 (0)