From 5183f84016530757fd4860f5c82b34de286194ab Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Wed, 29 May 2019 20:39:11 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Mention=20the=20minumum=20cherry?= =?UTF-8?q?-picker=20version=20in=20doc=20(#57139)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/docsite/rst/community/development_process.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/docsite/rst/community/development_process.rst b/docs/docsite/rst/community/development_process.rst index e02ae9f4fa6..010bcbb607d 100644 --- a/docs/docsite/rst/community/development_process.rst +++ b/docs/docsite/rst/community/development_process.rst @@ -272,7 +272,8 @@ We do **not** backport features. .. note:: - If you prefer, you can use CPython's cherry-picker tool to backport commits + If you prefer, you can use CPython's cherry-picker tool + (``pip install --user 'cherry-picker >= 1.3.2'``) to backport commits from devel to stable branches in Ansible. Take a look at the `cherry-picker documentation `_ for details on installing, configuring, and using it.