Comparing version 2.0.0 to 2.1.0
{ | ||
"name": "tcmerge", | ||
"version": "2.0.0", | ||
"description": "Command line tool, making it easier for developers to merge to master, when using the e-conmic/teamcity-merge script", | ||
"version": "2.1.0", | ||
"description": "Command line tool, making it easier for developers to merge to master, when using the debitoor/teamcity-merge script", | ||
"main": "index.js", | ||
@@ -21,10 +21,11 @@ "scripts": { | ||
"bin": { | ||
"tcmerge": "./index.js" | ||
"tcmerge": "./index.js", | ||
"prod": "./prod.sh" | ||
}, | ||
"author": "E-conomic", | ||
"author": "Debitoor", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/e-conomic/tcmerge/issues" | ||
"url": "https://github.com/debitoor/debitoor/issues" | ||
}, | ||
"homepage": "https://github.com/e-conomic/tcmerge" | ||
"homepage": "https://github.com/debitoor/tcmerge" | ||
} |
@@ -0,1 +1,2 @@ | ||
[![npm version](https://badge.fury.io/js/tcmerge.svg)](http://badge.fury.io/js/tcmerge) | ||
# tcmerge | ||
@@ -5,3 +6,3 @@ A command line tool making merge to master through [teamcity-merge](https://github.com/e-conomic/teamcity-merge) | ||
# Installing | ||
### Installing | ||
``` | ||
@@ -11,3 +12,3 @@ npm install -g tcmerge | ||
# Usage | ||
### Usage | ||
``` | ||
@@ -23,1 +24,16 @@ > tcmerge "My awesome feature is done, it solves all kinds of problems" | ||
- Will detect if the pull request branch on github does not have the same commit as your current branch. And give an error | ||
# Prod | ||
Also this module contais command `prod` | ||
Requires [HUB](https://hub.github.com/) | ||
`brew install hub` | ||
### Usage | ||
``` | ||
> prod "hotfix-that-is-ready-go-prod" | ||
``` | ||
notice that prod accepts only valid branch name that will be used as branch name, commit and PR |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
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
7292
7
37
5
2
2