Skip to content
This repository has been archived by the owner on Mar 6, 2018. It is now read-only.
/ npm-git-release Public archive

Easy, cross-OS commandline utility for npm and git semver-based version release

License

Notifications You must be signed in to change notification settings

MichelML/npm-git-release

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

npm-git-release

Easy, cross-OS commandline utility for npm and git semver-based version release

npm npm

Install

npm install -g npm-git-release  

Usage

ngr <patch|minor|major>  

This will:

  • bump the version in your package.json according to the type of release you've specified.
  • push a commit to your master branch of your remote repository with the new release tag
  • publish the new package version on npm