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 0.0.12 to 0.0.13

Release-It.gif

5

lib/options.js

@@ -32,2 +32,6 @@ var optimist = require('optimist'),

optimist.string('m');
optimist.alias('m', 'message');
optimist.describe('m', 'Commit message [default: "Release %s"]');
optimist.boolean('n');

@@ -62,4 +66,5 @@ optimist.alias('n', 'non-interactive');

}
options.commitMessage = options.message;
return options;
}
};

10

package.json
{
"name": "release-it",
"version": "0.0.12",
"description": "Interactive release tool for Git repositories. Supports to build and release to a distribution/component repository. Publish to npm.",
"version": "0.0.13",
"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.",
"keywords": [

@@ -16,3 +16,7 @@ "release",

"interactive",
"git"
"git",
"version",
"commit",
"tag",
"push"
],

@@ -19,0 +23,0 @@ "repository": {

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