aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMike McQuaid2016-10-22 13:40:05 +0100
committerGitHub2016-10-22 13:40:05 +0100
commit22182403c5b76cc9f1a069738085a7b13df3507e (patch)
tree9b3d00e5995336ce52d43f13abece4f938c3f9f1 /docs
parent5b421b93c9897dd5bae60c24bb937cccdafa5574 (diff)
parent0c661f5c901e7344f59c70526f45097e5e44af7a (diff)
downloadbrew-22182403c5b76cc9f1a069738085a7b13df3507e.tar.bz2
Merge pull request #1310 from MikeMcQuaid/changelog
Add `brew release-notes` developer command.
Diffstat (limited to 'docs')
-rw-r--r--docs/brew.1.html5
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