Socket
Socket
Sign inDemoInstall

release-it

Package Overview
Dependencies
Maintainers
1
Versions
399
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.8.4 to 2.8.5

2

lib/git.js

@@ -114,3 +114,3 @@ const util = require('./util'),

const repository = pushUrl || '';
return run(`git push --tags ${config.isForce ? '--force ' : ''}${repository}`).catch(err => {
return run(`git push --follow-tags ${config.isForce ? '--force ' : ''}${repository}`).catch(err => {
log.error('Please make sure an upstream remote repository is configured for the current branch. Example commands:\n' +

@@ -117,0 +117,0 @@ `git remote add origin ${remoteUrl}\n` +

{
"name": "release-it",
"version": "2.8.4",
"version": "2.8.5",
"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