0.0.2 • Published 1 year ago

easy-peasy-release v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Easy peasy release

Tool for our internal releases but it may help you as well!

Version License

How it works:

  1. Run easy-pease-release. See Usage section for details
  2. It will look for a package.json
  3. It bumps minor version by default but will ask you politely if you want to bump to a different one.
  4. Creates a new commit and an annotated tag with the new version.
  5. Ask you if you want to push to your remote.

Install

Install globally (add to your PATH):

$ npm install -g easy-peasy-release

Usage

Just run:

$ easy-peasy-release

License

MIT