Comparing version 4.0.1 to 4.1.0
{ | ||
"name": "tcmerge", | ||
"version": "4.0.1", | ||
"version": "4.1.0", | ||
"description": "Command line tool, making it easier for developers to merge to master, when using the debitoor/teamcity-merge script", | ||
@@ -22,3 +22,4 @@ "main": "index.js", | ||
"tcmerge": "./index.js", | ||
"prod": "./prod.sh" | ||
"prod": "./prod.sh", | ||
"commit": "./commit.sh" | ||
}, | ||
@@ -25,0 +26,0 @@ "author": "Debitoor", |
@@ -61,4 +61,4 @@ [![npm version](https://badge.fury.io/js/tcmerge.svg)](http://badge.fury.io/js/tcmerge) | ||
# Prod | ||
Also this module contais command `prod` | ||
# `prod | ||
This module also contains the command `prod` | ||
@@ -71,6 +71,22 @@ Requires [HUB](https://hub.github.com/) | ||
You are on master branch with uncommitted changes you want to deploy to production | ||
``` | ||
> prod "hotfix-that-is-ready-go-prod" | ||
> prod "hotfix that is ready to go straight to production" | ||
``` | ||
notice that prod accepts only valid branch name that will be used as branch name, commit and PR | ||
# `commit` | ||
This module also contains the command `commit` | ||
Requires [HUB](https://hub.github.com/) | ||
`brew install hub` | ||
### Usage | ||
You are on master branch with uncommitted changes you want to turn into a pull request | ||
``` | ||
> commit "code changes that are ready to be made into a pull request" | ||
``` | ||
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9642
8
91