Skip to content

Commit 347b01b

Browse files
Merge branch 'maintenance/2.11.x' following 2.11.4 release
2 parents 8fda697 + 5f30afe commit 347b01b

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

CONTRIBUTORS.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ Contributors
6767
- Peter Kolbus <peter.kolbus@gmail.com>
6868
- Omer Katz <omer.drow@gmail.com>
6969
- Moises Lopez <moylop260@vauxoo.com>
70-
- Michael <michael-k@users.noreply.github.com>
7170
- Keichi Takahashi <keichi.t@me.com>
7271
- Kavins Singh <kavinsingh@hotmail.com>
7372
- Karthikeyan Singaravelan <tir.karthi@gmail.com>

ChangeLog

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,17 @@ Release date: TBA
1717
name and improve typing. Use ``type`` instead.
1818

1919

20-
What's New in astroid 2.11.4?
20+
What's New in astroid 2.11.5?
2121
=============================
2222
Release date: TBA
2323

24+
25+
26+
27+
What's New in astroid 2.11.4?
28+
=============================
29+
Release date: 2022-05-02
30+
2431
* Fix ``col_offset`` attribute for nodes involving ``with`` on ``PyPy``.
2532

2633
* Fixed a crash involving two starred expressions: one inside a comprehension,

doc/release.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ cherry-picked on the maintenance branch.
6363
- Install the release dependencies: `pip3 install -r requirements_test.txt`
6464
- Bump the version and release by using `tbump X.Y-1.Z --no-push`. (For example:
6565
`tbump 2.3.5 --no-push`)
66-
- Check the result visually and then by triggering the "release tests" workflow in
67-
GitHub Actions first.
68-
- Push the tag.
66+
- Check the result visually with `git show`.
67+
- Open a merge request to run the CI tests for this branch
68+
- Create and push the tag.
6969
- Release the version on GitHub with the same name as the tag and copy and paste the
7070
appropriate changelog in the description. This triggers the PyPI release.
7171
- Merge the `maintenance/X.Y.x` branch on the main branch. The main branch should have

0 commit comments

Comments
 (0)