Skip to content

Commit

Permalink
fix(bump): transmit tag prefix argument to conventionalRecommendedBump (
Browse files Browse the repository at this point in the history
  • Loading branch information
Neonox31 authored and bcoe committed Jul 29, 2019
1 parent 480ee2e commit 8205222
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/lifecycles/bump.js
Expand Up @@ -143,7 +143,8 @@ function bumpVersion (releaseAs, currentVersion, args) {
conventionalRecommendedBump({
debug: args.verbose && console.info.bind(console, 'conventional-recommended-bump'),
preset: presetOptions,
path: args.path
path: args.path,
tagPrefix: args.tagPrefix
}, function (err, release) {
if (err) return reject(err)
else return resolve(release)
Expand Down

0 comments on commit 8205222

Please sign in to comment.