Backport CPython changes from main to maintenance branches
copied from cf-post-staging / cherry-pickerThis tool is used to backport CPython changes from main
into one or more
of the maintenance branches (e.g. 3.12
, 3.11
).
cherry_picker
can be configured to backport other projects with similar
workflow as CPython. See the configuration file options below for more details.
The maintenance branch names should contain some sort of version number (X.Y
).
For example: 3.12
, stable-3.12
, 1.5
, 1.5-lts
, are all supported branch
names.
It will prefix the commit message with the branch, e.g. [3.12]
, and then
open up the pull request page.