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 4.0.1 to 4.1.0

commit.sh

5

package.json
{
"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",

24

README.md

@@ -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

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