release-please
Advanced tools
Comparing version 6.9.1 to 6.10.0-beta.0
@@ -66,3 +66,4 @@ "use strict"; | ||
if (this.monorepoTags && gitHubReleasePR.packageName) { | ||
this.path = gitHubReleasePR.packageName; | ||
this.path = rootPath; | ||
this.path = this.addPath(gitHubReleasePR.packageName); | ||
} | ||
@@ -93,3 +94,3 @@ else { | ||
const release = await this.gh.createRelease(this.packageName, this.monorepoTags && this.path | ||
? `${this.path}${tagSeparator}${version}` | ||
? `${gitHubReleasePR.packageName}${tagSeparator}${version}` | ||
: version, gitHubReleasePR.sha, latestReleaseNotes); | ||
@@ -96,0 +97,0 @@ // Add a label indicating that a release has been created on GitHub, |
{ | ||
"name": "release-please", | ||
"version": "6.9.1", | ||
"version": "6.10.0-beta.0", | ||
"description": "generate release PRs based on the conventionalcommits.org spec", | ||
@@ -5,0 +5,0 @@ "main": "./build/src/index.js", |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
277139
4993
1