major-release
v0.1.0
Published
Majordomo command to help to release new version of your project
Downloads
6
Readme
Major-release
Majordomo command to help to release new version of your project. Remember that neither npm nor bower won't work without git module because of their philosophy of package releasing (using git tags). Dont't forget to commit all wanted changes before releasing.
Installation
$ npm install major-release
Usage
$ majordomo release
Modules
git
- creates new tag
- pushes local repository to remote one (including tags)
npm
- publishes package
bower
- registers component
License
Major-release is MIT licensed. Feel free to use it, contribute or spread the word. Created with love by Petr Nevyhoštěný (Twitter).