Skip to content

Commit

Permalink
Merge pull request #766 from nikhita/fix-cherry-pic-docs
Browse files Browse the repository at this point in the history
Fix minor typos in cherry-picks doc
  • Loading branch information
cblecker authored Jun 26, 2017
2 parents 564301f + ca393bb commit da2a4c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contributors/devel/cherry-picks.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit da2a4c2

Please sign in to comment.