aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorZhiming Wang2016-11-15 11:37:49 -0500
committerZhiming Wang2016-11-17 15:29:33 -0500
commit67999d75f5724232bbb399a1e0fd7b6699f66b4e (patch)
treefbadc324d4b9c422ab1d368dd7865fb773fa555f /docs
parentf4f90cad759d8d513227c5498fce5d13ae4d8085 (diff)
downloadbrew-67999d75f5724232bbb399a1e0fd7b6699f66b4e.tar.bz2
bump-formula-pr: add --message option
For user-supplied PR message.
Diffstat (limited to 'docs')
-rw-r--r--docs/brew.1.html7
1 files changed, 5 insertions, 2 deletions
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.</p></dd>
<p>Generate a bottle (binary package) from a formula installed with
<code>--build-bottle</code>.</p></dd>
-<dt><code>bump-formula-pr</code> [<code>--devel</code>] [<code>--dry-run</code>] [<code>--audit</code>|<code>--strict</code>] <code>--url=</code><var>url</var> <code>--sha256=</code><var>sha-256</var> <var>formula</var>:</dt><dd><p></p></dd>
-<dt><code>bump-formula-pr</code> [<code>--devel</code>] [<code>--dry-run</code>] [<code>--audit</code>|<code>--strict</code>] <code>--tag=</code><var>tag</var> <code>--revision=</code><var>revision</var> <var>formula</var></dt><dd><p>Creates a pull request to update the formula with a new url or a new tag.</p>
+<dt><code>bump-formula-pr</code> [<code>--devel</code>] [<code>--dry-run</code>] [<code>--audit</code>|<code>--strict</code>] [<code>--message=</code><var>message</var>] <code>--url=</code><var>url</var> <code>--sha256=</code><var>sha-256</var> <var>formula</var>:</dt><dd><p></p></dd>
+<dt><code>bump-formula-pr</code> [<code>--devel</code>] [<code>--dry-run</code>] [<code>--audit</code>|<code>--strict</code>] [<code>--message=</code><var>message</var>] <code>--tag=</code><var>tag</var> <code>--revision=</code><var>revision</var> <var>formula</var></dt><dd><p>Creates a pull request to update the formula with a new url or a new tag.</p>
<p>If a <var>url</var> is specified, the <var>sha-256</var> checksum of the new download must
also be specified. A best effort to determine the <var>sha-256</var> and <var>formula</var>
@@ -497,6 +497,9 @@ making the expected file modifications but not taking any git actions.</p>
parsed from the url or tag. Note that <code>--version=0</code> can be used to delete
an existing <code>version</code> override from a formula if it has become redundant.</p>
+<p>If <code>--message=</code><var>message</var> is passed, append <var>message</var> to the default PR
+message.</p>
+
<p>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