@signalk/github-create-release
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -56,3 +56,3 @@ #!/usr/bin/env node | ||
donePRs.push(pr.number) | ||
body += `+ [#${pr.number}](${pr.pull_request.url}) ${pr.title} (@${pr.user.login})\n` | ||
body += `+ [#${pr.number}](${pr.pull_request.html_url}) ${pr.title} (@${pr.user.login})\n` | ||
} | ||
@@ -59,0 +59,0 @@ } |
{ | ||
"name": "@signalk/github-create-release", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"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
14995