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 8.0.2-candidte.0 to 8.0.2-candidte.1

10

build/src/releasers/go-yoshi.js

@@ -68,2 +68,12 @@ "use strict";

}
// In the gapic repo, it's required that commits are prefixed with
// the packageName scope, in order for the commit to count towards
// a release:
if (this.monorepoTags) {
if (scope === this.packageName ||
scope.startsWith(this.packageName + '/')) {
return true;
}
return false;
}
}

@@ -70,0 +80,0 @@ // Store the very first SHA returned, this represents the HEAD of the

2

package.json
{
"name": "release-please",
"version": "8.0.2-candidte.0",
"version": "8.0.2-candidte.1",
"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