release-please
Advanced tools
Comparing version 8.0.2-candidte.0 to 8.0.2-candidte.1
@@ -68,2 +68,12 @@ "use strict"; | ||
} | ||
// In the gapic repo, it's required that commits are prefixed with | ||
// the packageName scope, in order for the commit to count towards | ||
// a release: | ||
if (this.monorepoTags) { | ||
if (scope === this.packageName || | ||
scope.startsWith(this.packageName + '/')) { | ||
return true; | ||
} | ||
return false; | ||
} | ||
} | ||
@@ -70,0 +80,0 @@ // Store the very first SHA returned, this represents the HEAD of the |
{ | ||
"name": "release-please", | ||
"version": "8.0.2-candidte.0", | ||
"version": "8.0.2-candidte.1", | ||
"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
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
279070
4963