semantic-release : Automated semver compliant package publishing. You can installing semantic-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 semantic-release $ sudo npm install -g semantic-release
If want to update the semantic-release package execute the command as below,
$ sudo npm update semantic-release
Update package globally,
$ npm install -g semantic-release
$ sudo git clone https://github.com/rektide/semantic-release.git
$ sudo npm install -g ./semantic-release
semantic-release@8.2.0 /usr/lib/node_modules/semantic-release
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall semantic-release
| Package Name | semantic-release |
| Version | 8.2.0 |
| Description | Automated semver compliant package publishing |
| Released Date | 2017-10-12T03:56:35.100Z |
| Published by | semantic-release-bot |
| How to Learn | https://www.npmjs.com/package/semantic-release/tutorial |