Socket
Socket
Sign inDemoInstall

unleash

Package Overview
Dependencies
Maintainers
2
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

unleash

Unleash your code into the wild yonder


Version published
Weekly downloads
43
decreased by-63.87%
Maintainers
2
Weekly downloads
 
Created
Source

Unleash

Unleash your code—without having another bad release

Bad Release

Unleash handles the tedious details of publishing NPM modules. It assists you by updating version number, making sure the tests run, updating your changelog et al. More specifically it aims to be the dead easiest code releaser for Node.js. Little to no configuration should be needed, in contrast to other tools.

As a release is pushed, it gets tagged in your git repository as well. Links to each published commit will be present in the produced changelog. Github and Stash URL formats are supported.

Unleash always works with commits instead of files in your working copy to ensure your release are fully committed. In fact, the linchpin of Unleash is the Angular Conventional Changelog manner of using git commit conventions that improve both your git history and your ability to have an automated changelog.

CLI Examples

Execute a Dry Run of Publishing a Patch Release
unleash -p -d
Execute a Major Release
unleash -M
Execute a Minor Release to a Stash Repository
unleash -m -r stash

Git Commit Convention Examples

perf(pencil): remove graphiteWidth option
fix(graphite): stop graphite breaking when width < 0.1
feat(pencil): add 'graphiteWidth' option

Installation

npm i unleash -g

OR...

npm i unleash -DE

Supported Version Types

  • Major -M
  • Minor -m
  • Patch -p
  • Prerelease -P

Keywords

FAQs

Package last updated on 08 Mar 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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