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-candidate.3 to 8.0.2-candidate.4

3

build/src/releasers/go-yoshi.js

@@ -108,3 +108,4 @@ "use strict";

});
const candidate = this.monorepoTags
const candidate = this.monorepoTags ||
!(this.isMultiClientRepo(repo) || this.isGapicRepo(repo))
? // Submodules use conventional commits to bump major/minor/patch:

@@ -111,0 +112,0 @@ await super.coerceReleaseCandidate(cc, latestTag)

{
"name": "release-please",
"version": "8.0.2-candidate.3",
"version": "8.0.2-candidate.4",
"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