0.0.1-beta4 • Published 5 years ago

@zingle/git-build v0.0.1-beta4

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

This package installs the git build command. This command can be used to create a QA build by merging feature branches into a transient candidate branch, and pushing an appropriate tag for deployment.

Install

sudo -H npm install -g @zingle/git-build

Use

# build to default "qa" target and base "master" branch, merging TECH-100
git build TECH-100

# use options to specify other targets or base branches
git build --tag=my-tag TECH-13
git build --base=my-super-branch TECH-42
0.0.1-beta4

5 years ago

0.0.1-beta3

5 years ago

0.0.1-beta2

5 years ago

0.0.1-beta1

5 years ago

0.0.1-alpha3

5 years ago

0.0.1-alpha2

5 years ago

0.0.1-alpha1

5 years ago