summaryrefslogtreecommitdiff
path: root/making-release-notes.md
diff options
context:
space:
mode:
authorDaniel Smith <dbsmith@google.com>2015-07-16 19:01:02 -0700
committerDaniel Smith <dbsmith@google.com>2015-07-17 11:04:46 -0700
commit35f2829ae014c08b847b59ce06a205cc3fbb8770 (patch)
treec201d2c3b0879a1311d12525642c9733651ecd87 /making-release-notes.md
parent6a198dfa61ce281f5d092a9c2576c46bb01a1482 (diff)
apply changes
Diffstat (limited to 'making-release-notes.md')
-rw-r--r--making-release-notes.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/making-release-notes.md b/making-release-notes.md
index b362d857..343b9203 100644
--- a/making-release-notes.md
+++ b/making-release-notes.md
@@ -40,6 +40,7 @@ _TODO_: Figure out a way to record this somewhere to save the next release engin
Find the most-recent PR that was merged with the current .0 release. Remeber this as $CURRENTPR.
### 2) Run the release-notes tool
+
```bash
${KUBERNETES_ROOT}/build/make-release-notes.sh $LASTPR $CURRENTPR
```