publish-release : Create GitHub releases with assets. You can installing publish-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 publish-release $ sudo npm install -g publish-release
If want to update the publish-release package execute the command as below,
$ sudo npm update publish-release
Update package globally,
$ npm install -g publish-release
$ sudo git clone https://github.com/rektide/publish-release.git
$ sudo npm install -g ./publish-release
publish-release@1.3.3 /usr/lib/node_modules/publish-release
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall publish-release
| Package Name | publish-release |
| Version | 1.3.3 |
| Description | Create GitHub releases with assets |
| Released Date | 2016-12-01T14:14:26.700Z |
| Published by | aluxian |
| How to Learn | https://www.npmjs.com/package/publish-release/tutorial |