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

release-please

Package Overview
Dependencies
Maintainers
2
Versions
383
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

release-please - npm Package Compare versions

Comparing version 14.2.1 to 14.2.2

4

build/src/github.js

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

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