tagrelease

1.0.1 • Public • Published

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

Package Sidebar

Install

npm i tagrelease

Weekly Downloads

8

Version

1.0.1

License

none

Unpacked Size

10.2 kB

Total Files

14

Last publish

Collaborators

  • mishbuild