diff --git a/src/bin/release-please.ts b/src/bin/release-please.ts index 58a4f7f75..387cef061 100644 --- a/src/bin/release-please.ts +++ b/src/bin/release-please.ts @@ -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,