summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2023-03-10 17:00:07 +0100
committerGitHub <noreply@github.com>2023-03-10 17:00:07 +0100
commited8b840c5439ead350ba815c7fc02157d58166b1 (patch)
treef76d97003eeb003e1c7542dc8b0ca1fc016d663b
parent2b3d113542f706e459fbeb28915aba51f0898457 (diff)
downloadpylint-git-ed8b840c5439ead350ba815c7fc02157d58166b1.tar.gz
[release doc] Add a paragraph for label maintenance (#8422)
Refs #8420 Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com>
-rw-r--r--doc/development_guide/contributor_guide/release.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/development_guide/contributor_guide/release.md b/doc/development_guide/contributor_guide/release.md
index ea8cf0bf7..e1635345b 100644
--- a/doc/development_guide/contributor_guide/release.md
+++ b/doc/development_guide/contributor_guide/release.md
@@ -45,6 +45,10 @@ branch
`maintenance/2.3*`.). There's a lot of configuration done in these settings, do NOT
recreate it from scratch.
- Delete the `maintenance/X.Y-1.x` branch. (For example: `maintenance/2.3.x`)
+- Select all the issues labelled `backport maintenance/X.Y-1.x` and label them
+ `backported`, then rename the `backport maintenance/X.Y-1.x` label to
+ `backport maintenance/X.Y.x` (for example rename `backport maintenance/2.3.x` to
+ `backport maintenance/2.4.x`)
- Close the current milestone and create the new ones (For example: close `2.4.0`,
create `2.4.1` and `2.6.0`)
- Hide and deactivate all the patch releases for the previous minor release on