release-please
Advanced tools
Comparing version 8.0.2-candidate.3 to 8.0.2-candidate.4
@@ -108,3 +108,4 @@ "use strict"; | ||
}); | ||
const candidate = this.monorepoTags | ||
const candidate = this.monorepoTags || | ||
!(this.isMultiClientRepo(repo) || this.isGapicRepo(repo)) | ||
? // Submodules use conventional commits to bump major/minor/patch: | ||
@@ -111,0 +112,0 @@ await super.coerceReleaseCandidate(cc, latestTag) |
{ | ||
"name": "release-please", | ||
"version": "8.0.2-candidate.3", | ||
"version": "8.0.2-candidate.4", | ||
"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
275198
4876