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 13.18.0 to 13.18.1

3

build/src/bin/release-please.js

@@ -469,3 +469,4 @@ #!/usr/bin/env node

const bootstrapper = new bootstrapper_1.Bootstrapper(github, targetBranch, argv.manifestFile, argv.configFile, argv.initialVersion);
const pullRequest = await bootstrapper.bootstrap(argv.path, {
const path = argv.path || manifest_1.ROOT_PROJECT_PATH;
const pullRequest = await bootstrapper.bootstrap(path, {
releaseType: argv.releaseType,

@@ -472,0 +473,0 @@ component: argv.component,

{
"name": "release-please",
"version": "13.18.0",
"version": "13.18.1",
"description": "generate release PRs based on the conventionalcommits.org spec",

@@ -5,0 +5,0 @@ "main": "./build/src/index.js",

Sorry, the diff of this file is too big to display

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