release-please
Advanced tools
Comparing version 14.2.1 to 14.2.2
@@ -641,4 +641,4 @@ "use strict"; | ||
// The REST API does not have an option for "merged" | ||
// pull requests - they are closed with a `merge_commit_sha` | ||
if (status !== 'MERGED' || pull.merge_commit_sha) { | ||
// pull requests - they are closed with a `merged_at` timestamp | ||
if (status !== 'MERGED' || pull.merged_at) { | ||
results += 1; | ||
@@ -645,0 +645,0 @@ yield { |
{ | ||
"name": "release-please", | ||
"version": "14.2.1", | ||
"version": "14.2.2", | ||
"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
749200