summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Perry <steveperry-53@users.noreply.github.com>2017-08-01 11:31:28 -0700
committerGitHub <noreply@github.com>2017-08-01 11:31:28 -0700
commitfd944649ee48099115c250ab31c6525dffec5a57 (patch)
tree203f2630c2231597de5d33458c76b21a1f84b4d7
parent8e7c33224bb694c64323e997bbcb6000baea131e (diff)
parent73964d5da1ded168677d8b62468fe1f830026569 (diff)
Merge pull request #870 from kubernetes/steveperry-53-patch-1
Update README.md
-rw-r--r--contributors/devel/release/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/contributors/devel/release/README.md b/contributors/devel/release/README.md
index 60350016..bb5589e6 100644
--- a/contributors/devel/release/README.md
+++ b/contributors/devel/release/README.md
@@ -110,9 +110,9 @@ During the code freeze period, fix any bugs discovered with you feature, and wri
1. Make sure your feature for the upcoming release is on the release tracking board (e.g. [link](https://docs.google.com/spreadsheets/d/1IJSTd3MHorwUt8i492GQaKKuAFsZppauT4v1LJ91WHY/edit?usp=sharing) for 1.7).
2. Create a PR with documentation for your feature in the [documents repo](https://github.com/kubernetes/kubernetes.github.io).
- * **Your PR should target the release branch (e.g. [`release-1.7`](https://github.com/kubernetes/kubernetes.github.io/tree/release-1.6)), not the [`master`](https://github.com/kubernetes/kubernetes.github.io/tree/master) branch.**
+ * **Your PR should target the release branch (e.g. [`release-1.8`](https://github.com/kubernetes/kubernetes.github.io/tree/release-1.8)), not the [`master`](https://github.com/kubernetes/kubernetes.github.io/tree/master) branch.**
* Any changes to the master branch become live on https://kubernetes.io/docs/ as soon as they are merged, and for releases we do not want docuemntation to go live until the release is cut.
-3. Add link to your docs PR in the release tracking board, and notify the docs lead for the release (e.g. [Andrew Chen](https://www.github.com/chenopis) for 1.7).
+3. Add link to your docs PR in the release tracking board, and notify the docs lead for the release (e.g. [Steve Perry](https://github.com/steveperry-53) for 1.8).
4. The docs lead will review your PR and give you feedback.
5. Once approved, the docs lead will merge your PR into the release branch.
6. When the release is cut, the docs lead will push the docs release branch to master, making your docs live on https://kubernetes.io/docs/.