Socket
Socket
Sign inDemoInstall

release-it

Package Overview
Dependencies
Maintainers
1
Versions
400
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

release-it - npm Package Compare versions

Comparing version 2.2.0 to 2.2.1

4

lib/tasks.js

@@ -173,3 +173,3 @@ var _ = require('lodash'),

stageDir: isStageBuildDir ? git.stageDir.bind(null, options.dist.baseDir) : noop,
hasChanges: git.hasChanges.bind(null, 'src'),
hasChanges: git.hasChanges.bind(null, 'src', options.requireCleanWorkingDir),
push: git.push.bind(null, options.remoteUrl, options.src.pushRepo),

@@ -189,3 +189,3 @@ pushTags: git.pushTags.bind(null, options.src.pushRepo),

bump: shell.bump.bind(null, distPkgFiles, options.version),
hasChanges: git.hasChanges.bind(null, 'dist', options.requireCleanWorkingDir),
hasChanges: git.hasChanges.bind(null, 'dist'),
clone: git.clone.bind(null, options.dist.repo, options.dist.stageDir),

@@ -192,0 +192,0 @@ copy: shell.copy.bind(null, options.dist.files, {cwd: options.dist.baseDir}, options.dist.stageDir),

{
"name": "release-it",
"version": "2.2.0",
"version": "2.2.1",
"description": "Interactive release tool for Git repositories. Increment version, commit, tag, push, build, publish to npm. Supports to build and release to a distribution/component repository.",

@@ -5,0 +5,0 @@ "keywords": [

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