How to Install semantic-release NPM Packages on Ubuntu / Debian

How to Install semantic-release software package in NPM Packages

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

Git clone:

$ 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

How to remove semantic-release package :

You can uninstall or remove this package from your node_modules run the command as below,

$ sudo npm uninstall semantic-release

Basic Information of semantic-release NPM Package:

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