New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 9.5.0-candidate.0 to 10.0.0-candidate.0

8

build/src/release-pr.js

@@ -309,2 +309,6 @@ "use strict";

var _a;
if (this.labels.length > 0 &&
!this.labels.every(label => pullRequest.labels.includes(label))) {
return false;
}
// in a monorepo, filter PR head branch by component

@@ -315,2 +319,6 @@ return (((_a = branch_name_1.BranchName.parse(pullRequest.headRefName)) === null || _a === void 0 ? void 0 : _a.getComponent()) ===

: (pullRequest) => {
if (this.labels.length > 0 &&
!this.labels.every(label => pullRequest.labels.includes(label))) {
return false;
}
// accept any release PR head branch pattern

@@ -317,0 +325,0 @@ return !!branch_name_1.BranchName.parse(pullRequest.headRefName);

2

package.json
{
"name": "release-please",
"version": "9.5.0-candidate.0",
"version": "10.0.0-candidate.0",
"description": "generate release PRs based on the conventionalcommits.org spec",

@@ -5,0 +5,0 @@ "main": "./build/src/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