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 6.9.1 to 6.10.0-beta.0

5

build/src/github-release.js

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

if (this.monorepoTags && gitHubReleasePR.packageName) {
this.path = gitHubReleasePR.packageName;
this.path = rootPath;
this.path = this.addPath(gitHubReleasePR.packageName);
}

@@ -93,3 +94,3 @@ else {

const release = await this.gh.createRelease(this.packageName, this.monorepoTags && this.path
? `${this.path}${tagSeparator}${version}`
? `${gitHubReleasePR.packageName}${tagSeparator}${version}`
: version, gitHubReleasePR.sha, latestReleaseNotes);

@@ -96,0 +97,0 @@ // Add a label indicating that a release has been created on GitHub,

2

package.json
{
"name": "release-please",
"version": "6.9.1",
"version": "6.10.0-beta.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