🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

git-cactus

Package Overview
Dependencies
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

git-cactus - npm Package Compare versions

Comparing version

to
1.4.0

package-lock.json

2

package.json
{
"name": "git-cactus",
"version": "1.3.0",
"version": "1.4.0",
"description": "A opinionated tool for cutting releases",

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

@@ -105,5 +105,2 @@ const tmp = require('tmp');

// Shell out to run npm version
cp.execSync('npm version patch -m "Release v%s"');
// Ask for approval on diff before pushing

@@ -117,2 +114,5 @@ logger.info('Tagging version', versionInfo.version);

// Shell out to run npm version
cp.execSync('npm version patch -m "Release v%s"');
// Push updated release branch and new tag

@@ -119,0 +119,0 @@ logger.info('Pushing tagged version', versionInfo.version);