File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Release date: TBA
17
17
18
18
What's New in astroid 3.0.0?
19
19
=============================
20
- Release date: 2023-09-25
20
+ Release date: 2023-09-26
21
21
22
22
* Add support for Python 3.12, including PEP 695 type parameter syntax.
23
23
Original file line number Diff line number Diff line change @@ -41,6 +41,8 @@ Check the commit and then push to a release branch
41
41
appropriate changelog in the description. This triggers the PyPI release.
42
42
- Delete the ` maintenance/X.Y-1.x ` branch. (For example: ` maintenance/2.3.x ` )
43
43
- Create a ` maintenance/X.Y.x ` (For example: ` maintenance/2.4.x ` from the ` v2.4.0 ` tag.)
44
+ based on the tag from the release. The maintenance branch are protected you won't be
45
+ able to fix it after the fact if you create it from main.
44
46
45
47
## Backporting a fix from ` main ` to the maintenance branch
46
48
You can’t perform that action at this time.
0 commit comments