Skip to content

Commit 5558601

Browse files
committed
The 4.6-maintenance branch will be renamed to 4.6.x for consistency
1 parent b5f2f8c commit 5558601

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,5 +82,4 @@ notifications:
8282
branches:
8383
only:
8484
- master
85-
- 4.6-maintenance
8685
- /^\d+\.\d+\.x$/

RELEASING.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ The release a version ``MAJOR.MINOR.PATCH``, follow these steps:
1616
latest ``master`` and push it to the ``pytest-dev/pytest`` repo.
1717

1818
#. Create a branch ``release-MAJOR.MINOR.PATCH`` from the ``MAJOR.MINOR.x`` branch.
19-
(Note: historically, the ``4.6.x`` branch is called ``4.6-maintenance``).
2019

2120
Ensure your are updated and in a clean working tree.
2221

doc/en/py27-py34-deprecation.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ Maintenance of 4.6.X versions
2929
-----------------------------
3030

3131
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.
3333

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``
3535
branch will continue to exist so the community itself can contribute patches.
3636

3737
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:
7474

7575
#. ``git fetch --all --prune``
7676

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
7878

7979
#. Locate the merge commit on the PR, in the *merged* message, for example:
8080

8181
nicoddemus merged commit 0f8b462 into pytest-dev:features
8282

8383
#. ``git cherry-pick -m1 REVISION`` # use the revision you found above (``0f8b462``).
8484

85-
#. Open a PR targeting ``4.6-maintenance``:
85+
#. Open a PR targeting ``4.6.x``:
8686

8787
* Prefix the message with ``[4.6]`` so it is an obvious backport
8888
* Delete the PR body, it usually contains a duplicate commit message.
8989

9090
**Providing new PRs to 4.6**
9191

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
9393
the equivalent code in the active branches does not contain that bug (for example, a bug is specific
9494
to Python 2 only).
9595

0 commit comments

Comments
 (0)