Categorygithub.com/mskelton/pr
repositorypackage
1.1.0
Repository: https://github.com/mskelton/pr.git
Documentation: pkg.go.dev

# README

pr

Interactively create a pull request.

Installation

You can install pr by running the install script which will download the latest release.

curl -LSfs https://go.mskelton.dev/pr/install | sh

Or you can build from source.

git clone [email protected]:mskelton/pr.git
cd pr
go install .

Prerequisites

To parse and format the Jira ticket from your branch name, add a JIRA_PREFIXES environment variable to your shell with a list of supported Jira prefixes.

export JIRA_PREFIXES="ABC,SUPPORT"

Usage

pr