@@ -29,9 +29,9 @@ Maintenance of 4.6.X versions
29
29
-----------------------------
30
30
31
31
Until January 2020, the pytest core team ported many bug-fixes from the main release into the
32
- ``4.6-maintenance `` branch, with several 4.6.X releases being made along the year.
32
+ ``4.6.x `` branch, with several 4.6.X releases being made along the year.
33
33
34
- From now on, the core team will **no longer actively backport patches **, but the ``4.6-maintenance ``
34
+ From now on, the core team will **no longer actively backport patches **, but the ``4.6.x ``
35
35
branch will continue to exist so the community itself can contribute patches.
36
36
37
37
The core team will be happy to accept those patches, and make new 4.6.X releases **until mid-2020 **
@@ -74,22 +74,22 @@ Please follow these instructions:
74
74
75
75
#. ``git fetch --all --prune ``
76
76
77
- #. ``git checkout origin/4.6-maintenance -b backport-XXXX `` # use the PR number here
77
+ #. ``git checkout origin/4.6.x -b backport-XXXX `` # use the PR number here
78
78
79
79
#. Locate the merge commit on the PR, in the *merged * message, for example:
80
80
81
81
nicoddemus merged commit 0f8b462 into pytest-dev:features
82
82
83
83
#. ``git cherry-pick -m1 REVISION `` # use the revision you found above (``0f8b462 ``).
84
84
85
- #. Open a PR targeting ``4.6-maintenance ``:
85
+ #. Open a PR targeting ``4.6.x ``:
86
86
87
87
* Prefix the message with ``[4.6] `` so it is an obvious backport
88
88
* Delete the PR body, it usually contains a duplicate commit message.
89
89
90
90
**Providing new PRs to 4.6 **
91
91
92
- Fresh pull requests to ``4.6-maintenance `` will be accepted provided that
92
+ Fresh pull requests to ``4.6.x `` will be accepted provided that
93
93
the equivalent code in the active branches does not contain that bug (for example, a bug is specific
94
94
to Python 2 only).
95
95
0 commit comments