0.3.2 • Published 7 years ago

rls v0.3.2

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

rls - minimalistic release

Build Status

It's never been easier to release a new version of your package.

What's it good for?

Helps you to release new versions of your package.

  • Updates your package.json
  • Creates a new git tag

And helps you counting in semantic versions.

Installation

$ npm install -g rls

Usage

Release a new patch version, e.g. 1.2.3 -> 1.2.4

$ rls

Release new feature version, e.g. 1.2.3 -> 1.3.0

$ rls --minor

Release new major version, e.g. 1.2.3 -> 2.0.0

$ rls --major

Uncertain what will happen? Use the --dry-run flag to get a preview of the changes without anything being changed:

$ rls <other flags...> --dry-run

Inspiration

0.3.2

7 years ago

0.3.1

7 years ago

0.3.0

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.0

7 years ago