Skip to content

Commit 4b2db87

Browse files
[release doc] Add a paragraph for label maintenance
Refs pylint-dev#8420
1 parent 2b3d113 commit 4b2db87

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/development_guide/contributor_guide/release.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ branch
4545
`maintenance/2.3*`.). There's a lot of configuration done in these settings, do NOT
4646
recreate it from scratch.
4747
- Delete the `maintenance/X.Y-1.x` branch. (For example: `maintenance/2.3.x`)
48+
- Select all the issue labelled `backport maintenance/X.Y-1.x` and label them
49+
`backported`, then rename the `backport maintenance/X.Y-1.x` label to
50+
`backport maintenance/X.Y.x` (for example rename `backport maintenance/2.3.x` to
51+
`backport maintenance/2.4.x`)
4852
- Close the current milestone and create the new ones (For example: close `2.4.0`,
4953
create `2.4.1` and `2.6.0`)
5054
- Hide and deactivate all the patch releases for the previous minor release on

0 commit comments

Comments
 (0)