@signalk/github-create-release
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -66,3 +66,3 @@ #!/usr/bin/env node | ||
const commit = commits.data.commits[j] | ||
const prs = await octokit.search.issuesAndPullRequests({ q: `type:pr repo:${owner}/${repo} ${commit.sha}` }) | ||
const prs = await octokit.search.issuesAndPullRequests({ q: `type:pr repo:${owner}/${repo} is:merged ${commit.sha}` }) | ||
if ( prs.data.items.length > 0 ) { | ||
@@ -69,0 +69,0 @@ const pr = prs.data.items[0] |
{ | ||
"name": "@signalk/github-create-release", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Create a GitHub Release Using Pull Requests", | ||
@@ -5,0 +5,0 @@ "main": "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
15493