Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@autorelease/auto-single-package

Package Overview
Dependencies
Maintainers
2
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@autorelease/auto-single-package - npm Package Compare versions

Comparing version 0.0.18-canary.15.110.0 to 0.0.18-canary.16.113.0

7

cherry.js

@@ -31,3 +31,2 @@ /* eslint-disable import/no-extraneous-dependencies */

auto.hooks.next.tapPromise(this.name, async (_, bump, { commits }) => {

@@ -40,4 +39,2 @@ const headLabels = commits[0] ? commits[0].labels : [];

console.log(bump === SEMVER.patch, headLabels.includes(CHERRY_PICK_LABEL))
if (bump === SEMVER.patch && headLabels.includes(CHERRY_PICK_LABEL)) {

@@ -53,3 +50,3 @@ const branch = await getCurrentBranch();

auto.logger.log.info("Cherry picking the commit...");
await execPromise("git", ["cherry-pick", commitToCherryPick]);
await execPromise("git", ["cherry-pick", "-m", commitToCherryPick]);
auto.logger.log.info("Pushing the new commit...");

@@ -60,3 +57,3 @@ await execPromise("git", ["push", auto.remote, auto.baseBranch]);

auto.logger.log.success('Updated master with bug-fix!');
auto.logger.log.success("Updated master with bug-fix!");
} else {

@@ -63,0 +60,0 @@ auto.logger.log.info(

{
"name": "@autorelease/auto-single-package",
"version": "0.0.18-canary.15.110.0",
"version": "0.0.18-canary.16.113.0",
"author": "Andrew Lisowski <lisowski54@gmail.com>",

@@ -5,0 +5,0 @@ "license": "MIT",

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