Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@signalk/github-create-release

Package Overview
Dependencies
Maintainers
6
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@signalk/github-create-release - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

2

bin/index.js

@@ -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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc