Fix minor typos in cherry-picks doc
This commit is contained in:
parent
564301f38b
commit
ca393bb8ac
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue