From 037b25b6d0d0013cc4ab9b7bbbf3c444724c9f14 Mon Sep 17 00:00:00 2001 From: David McMahon Date: Fri, 24 Jun 2016 16:25:15 -0700 Subject: [PATCH] relnotes ready for use. --- docs/devel/pull-requests.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/devel/pull-requests.md b/docs/devel/pull-requests.md index f45e9b40418..13771c225e1 100644 --- a/docs/devel/pull-requests.md +++ b/docs/devel/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