Socket
Socket
Sign inDemoInstall

release-it

Package Overview
Dependencies
Maintainers
1
Versions
401
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.5.0 to 2.5.1

5

lib/git.js

@@ -178,3 +178,4 @@ var util = require('./util'),

if(options.changelogCommand) {
var prevTag = config.process.get('prevVersion') || options.prevVersion;
var prevVersion = config.process.get('prevVersion') || options.prevVersion;
var prevTag = util.format(options.tagName, prevVersion);
return tagExists(prevTag).then(function(hasTag) {

@@ -214,3 +215,3 @@ var command = options.changelogCommand.replace(/\[REV_RANGE\]/, hasTag ? prevTag + '...HEAD' : '');

githubClient.repos.createRelease({
user: repo.owner,
owner: repo.owner,
repo: repo.project,

@@ -217,0 +218,0 @@ tag_name: util.format(options.tagName, options.version),

2

package.json
{
"name": "release-it",
"version": "2.5.0",
"version": "2.5.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