easy-peasy-release
v0.0.3
Published
helping with releases since 2023
Downloads
5
Maintainers
Readme
Easy peasy release
Tool for our internal releases but it may help you as well!
How it works:
- Run
easy-pease-release
. See Usage section for details - It will look for a package.json
- It bumps minor version by default but will ask you politely if you want to bump to a different one.
- Creates a new commit and an annotated tag with the new version.
- 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