Merge pull request #2397 from joejulian/add_backport
Add a phrase to allow the word "backport" to be found
This commit is contained in:
commit
ea61fe5851
|
@ -1,7 +1,8 @@
|
||||||
# Overview
|
# Overview
|
||||||
|
|
||||||
This document explains how cherry picks are managed on release
|
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
|
## Prerequisites
|
||||||
* [Contributor License Agreement](http://git.k8s.io/community/CLA.md)
|
* [Contributor License Agreement](http://git.k8s.io/community/CLA.md)
|
||||||
|
|
Loading…
Reference in New Issue