1.0.1 • Published 5 years ago

tagrelease v1.0.1

Weekly downloads
34
License
-
Repository
github
Last release
5 years ago

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
1.0.1

5 years ago

1.0.0

5 years ago

0.1.0

6 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago