Add a phrase to allow the word "backport" to be found
Searches for how to backport PRs to release branches are difficult if you don't know what you're looking for. Add a sentence with that word to make searching easier.
This commit is contained in:
parent
6c7430aa9a
commit
b9a22e4c77
|
@ -1,7 +1,8 @@
|
|||
# Overview
|
||||
|
||||
This document explains how cherry picks are managed on release
|
||||
branches within the Kubernetes projects.
|
||||
branches within the Kubernetes projects. A common use case for this
|
||||
task is for backporting PRs from master to release branches.
|
||||
|
||||
## Prerequisites
|
||||
* [Contributor License Agreement](http://git.k8s.io/community/CLA.md)
|
||||
|
|
Loading…
Reference in New Issue