Skip to content

mishguruorg/tagrelease

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tagrelease

Uses the version in your package.json to tag releases to various environments for ci/deployment.

Installation

This module is installed via npm:

$ npm install -g tagrelease

Example Usage

$ npm version major
# v2.0.0

$ tagrelease internal --nopush
# internal-v2.0.0

$ git push origin master --tags
# pushed tags v2.0.0, internal-v2.0.0

$ tagrelease production
# production-v2.0.0
# pushed tags production-v2.0.0 to origin master

$ tagrelease qa -r someremote -b somebranch
# pushed tags qa-v2.0.0 to someremote somebranch

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published