Skip to content

igtm/create-release-pr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

13f979b · Mar 6, 2023

History

49 Commits
Dec 30, 2022
Dec 28, 2022
Mar 6, 2023
Dec 26, 2022
Mar 6, 2023
Mar 6, 2023
Dec 26, 2022
Dec 31, 2022
Jan 2, 2023

Repository files navigation

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