We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c187405 commit f874176Copy full SHA for f874176
doc/development_guide/contributor_guide/release.md
@@ -47,6 +47,9 @@ branch
47
- Create a `maintenance/X.Y.x` (For example: `maintenance/2.4.x` from the `v2.4.0` tag.)
48
- Close the current milestone and create the new ones (For example: close `2.4.0`,
49
create `2.4.1` and `2.6.0`)
50
+- Hide and deactivate all the patch releases for the previous minor release on
51
+ [readthedoc](https://readthedocs.org/projects/pylint/versions/), except the last one.
52
+ (For example: hide `v2.4.0`, `v2.4.1`, `v2.4.2` and keep only `v2.4.3`)
53
54
## Backporting a fix from `main` to the maintenance branch
55
0 commit comments