Socket
Socket
Sign inDemoInstall

release-it

Package Overview
Dependencies
Maintainers
1
Versions
397
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.3 to 2.5.4

1

conf/release.json

@@ -40,4 +40,5 @@ {

"releaseName": "Release %s",
"preRelease": false,
"tokenRef": "GITHUB_TOKEN"
}
}

3

lib/git.js

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

name: util.format(options.github.releaseName, options.version),
body: config.process.get('changelog')
body: config.process.get('changelog'),
prerelease: options.github.preRelease
}, function(err, response) {

@@ -230,0 +231,0 @@ if(err) {

{
"name": "release-it",
"version": "2.5.3",
"version": "2.5.4",
"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": [

@@ -136,2 +136,3 @@ # Release It!

"releaseName": "Release %s",
"prerelease": false,
"tokenRef": "GITHUB_TOKEN"

@@ -138,0 +139,0 @@ }

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc