From 67999d75f5724232bbb399a1e0fd7b6699f66b4e Mon Sep 17 00:00:00 2001 From: Zhiming Wang Date: Tue, 15 Nov 2016 11:37:49 -0500 Subject: bump-formula-pr: add --message option For user-supplied PR message. --- docs/brew.1.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/brew.1.html b/docs/brew.1.html index 51cb54331..7b7251faf 100644 --- a/docs/brew.1.html +++ b/docs/brew.1.html @@ -469,8 +469,8 @@ for instance, for implementing pre-commit hooks.

Generate a bottle (binary package) from a formula installed with --build-bottle.

-
bump-formula-pr [--devel] [--dry-run] [--audit|--strict] --url=url --sha256=sha-256 formula:

-
bump-formula-pr [--devel] [--dry-run] [--audit|--strict] --tag=tag --revision=revision formula

Creates a pull request to update the formula with a new url or a new tag.

+
bump-formula-pr [--devel] [--dry-run] [--audit|--strict] [--message=message] --url=url --sha256=sha-256 formula:

+
bump-formula-pr [--devel] [--dry-run] [--audit|--strict] [--message=message] --tag=tag --revision=revision formula

Creates a pull request to update the formula with a new url or a new tag.

If a url is specified, the sha-256 checksum of the new download must also be specified. A best effort to determine the sha-256 and formula @@ -497,6 +497,9 @@ making the expected file modifications but not taking any git actions.

parsed from the url or tag. Note that --version=0 can be used to delete an existing version override from a formula if it has become redundant.

+

If --message=message is passed, append message to the default PR +message.

+

Note that this command cannot be used to transition a formula from a url-and-sha256 style specification into a tag-and-revision style specification, nor vice versa. It must use whichever style specification -- cgit v1.2.3