igtm / create-release-pr

A fast PullRequest generation tool for Git Flow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

create-release-pr

PullRequest generation tool for Git Flow

image

Installation

curl

sudo curl -sfL https://raw.githubusercontent.com/igtm/create-release-pr/master/install.sh | sudo sh -s -- -b=/usr/local/bin

if you want to download old version, pass -v argument.

sudo curl -sfL https://raw.githubusercontent.com/igtm/create-release-pr/master/install.sh | sudo sh -s -- -b=/usr/local/bin -v=v0.0.2

Usage

Usage: create-release-pr [OPTIONS] --base <BASE> --head <HEAD>

Options:
  -b, --base <BASE>   base branch of pull request
  -H, --head <HEAD>   head branch of pull request
      --merge         merge a pull request
      --merge-squash  merge a pull request with squash
      --merge-rebase  merge a pull request with rebase
      --no-fetch      no remote fetch before executing
  -h, --help          Print help information
  -V, --version       Print version information

Useful tool for CI

About

A fast PullRequest generation tool for Git Flow

License:MIT License


Languages

Language:Rust 78.0%Language:Shell 22.0%