diff options
| author | Mike McQuaid | 2016-10-22 12:10:48 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2016-10-22 12:10:48 +0100 |
| commit | 0c661f5c901e7344f59c70526f45097e5e44af7a (patch) | |
| tree | 4717fb3624b2e84de254e6f9123725778960b1c9 /docs | |
| parent | 0296439c832a915be9b73456c0c26bc6c79c271d (diff) | |
| download | brew-0c661f5c901e7344f59c70526f45097e5e44af7a.tar.bz2 | |
Add `brew release-notes` developer command.
Outputs the merged pull requests on Homebrew/brew between two Git refs.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/brew.1.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/brew.1.html b/docs/brew.1.html index 59c29cb3a..bb8775ceb 100644 --- a/docs/brew.1.html +++ b/docs/brew.1.html @@ -567,6 +567,11 @@ Each <patch-source> may be one of: If <code>--no-publish</code> was passed, do not publish bottles to Bintray.</p> <dl> +<dt><code>release-notes</code> [<var>previous_tag</var>] [<var>end_ref</var>]</dt><dd><p>Output the merged pull requests on Homebrew/brew between two Git refs. +If no <code>previous_tag</code> is provided it defaults to the newest tag. +If no <code>end_ref</code> is provided it defaults to <code>origin/master</code>.</p> + +<p>If <code>--markdown</code> is passed, output as a Markdown list.</p></dd> <dt><code>tap-new</code> <var>user</var><code>/</code><var>repo</var></dt><dd><p>Generate the template files for a new tap.</p></dd> <dt><code>test</code> [<code>--devel</code>|<code>--HEAD</code>] [<code>--debug</code>] [<code>--keep-tmp</code>] <var>formula</var></dt><dd><p>Most formulae provide a test method. <code>brew test</code> <var>formula</var> runs this test method. There is no standard output or return code, but it should |
