Skip to content

Commit

Permalink
fix(cli): pass pull-request-title-pattern (#1128)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Nov 30, 2021
1 parent 28bc76b commit 28d7727
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bin/release-please.ts
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,7 @@ const createReleasePullRequestCommand: yargs.CommandModule<
bumpPatchForMinorPreMajor: argv.bumpPatchForMinorPreMajor,
changelogPath: argv.changelogPath,
changelogType: argv.changelogType,
pullRequestTitlePattern: argv.pullRequestTitlePattern,
changelogSections: argv.changelogSections,
releaseAs: argv.releaseAs,
versioning: argv.versioningStrategy,
Expand Down

0 comments on commit 28d7727

Please sign in to comment.