release-please
Advanced tools
Comparing version 13.18.0 to 13.18.1
@@ -469,3 +469,4 @@ #!/usr/bin/env node | ||
const bootstrapper = new bootstrapper_1.Bootstrapper(github, targetBranch, argv.manifestFile, argv.configFile, argv.initialVersion); | ||
const pullRequest = await bootstrapper.bootstrap(argv.path, { | ||
const path = argv.path || manifest_1.ROOT_PROJECT_PATH; | ||
const pullRequest = await bootstrapper.bootstrap(path, { | ||
releaseType: argv.releaseType, | ||
@@ -472,0 +473,0 @@ component: argv.component, |
{ | ||
"name": "release-please", | ||
"version": "13.18.0", | ||
"version": "13.18.1", | ||
"description": "generate release PRs based on the conventionalcommits.org spec", | ||
@@ -5,0 +5,0 @@ "main": "./build/src/index.js", |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
719394
13573