grunt-release : Release a new version of your Node-based project. You can installing grunt-release npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install grunt-release $ sudo npm install -g grunt-release
If want to update the grunt-release package execute the command as below,
$ sudo npm update grunt-release
Update package globally,
$ npm install -g grunt-release
$ sudo git clone https://github.com/rektide/grunt-release.git
$ sudo npm install -g ./grunt-release
grunt-release@0.14.0 /usr/lib/node_modules/grunt-release
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall grunt-release
| Package Name | grunt-release |
| Version | 0.14.0 |
| Description | Release a new version of your Node-based project |
| Released Date | 2016-06-09T03:21:52.478Z |
| Published by | dorgan |
| How to Learn | https://www.npmjs.com/package/grunt-release/tutorial |