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 7.0.0-candidate.0 to 7.0.0-candidate.1

1

build/src/github-release.d.ts

@@ -10,2 +10,3 @@ import { GitHub, OctokitAPIs } from './github';

tag_name: string;
upload_url: string;
pr: number;

@@ -12,0 +13,0 @@ }

@@ -88,2 +88,3 @@ "use strict";

tag_name: release.tag_name,
upload_url: release.upload_url,
};

@@ -90,0 +91,0 @@ }

2

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