Fix minor typos in cherry-picks doc

This commit is contained in:
Nikhita Raghunath 2017-06-27 04:13:44 +05:30
parent 564301f38b
commit ca393bb8ac
No known key found for this signature in database
GPG Key ID: B944F27A57CF61F5
1 changed files with 2 additions and 2 deletions

View File

@ -1,12 +1,12 @@
# Overview
This document explains cherry picks are managed on release branches within the
This document explains how cherry picks are managed on release branches within the
Kubernetes projects. Patches are either applied in batches or individually
depending on the point in the release cycle.
## Propose a Cherry Pick
1. Cherrypicks are [managed with labels and milestones](pull-requests.md#release-notes)
1. Cherrypicks are [managed with labels and milestones](pull-requests.md#write-release-notes-if-needed)
1. To get a PR merged to the release branch, first ensure the following labels
are on the original **master** branch PR:
* An appropriate milestone (e.g. v1.3)