Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

tcmerge

Package Overview
Dependencies
Maintainers
11
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tcmerge - npm Package Compare versions

Comparing version 2.0.0 to 2.1.0

prod.sh

13

package.json
{
"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
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc