Home Reference Source Repository

Bad Release

Professionally publish your JavaScript modules in one keystroke

Key Features

Convince your manager (Why use Unleash?)

CLI Examples

Execute a Dry Run of Publishing a Patch Release

unleash -p -d

OR...

unleash --patch --dry-run

Execute a Patch Release

unleash -p

OR...

unleash --patch

Execute a Major Release

unleash -M

OR...

unleash --major

Execute a Minor Release to a Stash Repository

unleash -m -r stash

OR...

unleash --minor --repo-type stash

View which files will be published to NPM

This can be helpful in ensuring your package is being published with the least amount of files possible, while also ensuring you have all the files you need. We use this to eliminate files like .eslintrc and .tern-project.

unleash -ls

OR...

unleash --list-publishables

Git Commit Convention Examples

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

Installation

# Global w/ latest stable release
npm i unleash -g

OR...

# Locally saved w/ exact version
npm i unleash -DE

Supported Version Types