summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid McMahon <djmm@google.com>2016-06-24 16:25:15 -0700
committerDavid McMahon <djmm@google.com>2016-06-24 17:09:22 -0700
commit53d6a995ab15e458856a53cd18fa617b2e4ccc05 (patch)
treef7b170af1fb5ad1e80d3d0a4d6d95e7d9b73217c
parentcc54afc155921c8c897d4432ec80ac201fa764a1 (diff)
relnotes ready for use.
-rw-r--r--pull-requests.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/pull-requests.md b/pull-requests.md
index f45e9b40..13771c22 100644
--- a/pull-requests.md
+++ b/pull-requests.md
@@ -95,9 +95,8 @@ label is required for that non-master PR.
### Reviewing pre-release notes
-**NOTE: THIS TOOLING IS NOT YET AVAILABLE, BUT COMING SOON!**
-
At any time, you can see what the release notes will look like on any branch.
+(NOTE: This only works on Linux for now)
```
$ git pull https://github.com/kubernetes/release
@@ -105,7 +104,7 @@ $ RELNOTES=$PWD/release/relnotes
$ cd /to/your/kubernetes/repo
$ $RELNOTES -man # for details on how to use the tool
# Show release notes from the last release on a branch to HEAD
-$ $RELNOTES --raw --branch=master
+$ $RELNOTES --branch=master
```
## Visual overview