summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2022-05-02 13:29:41 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2022-05-02 13:59:44 +0200
commit5f30afe05e8205606e863bf6b0135b1425b8e83d (patch)
tree2cc6ee0eb6c75875dbdad5be8cbf9f5a767a9a41 /doc
parent2b19658564ace0dbac96c4232abdfe04d6d8f8b7 (diff)
downloadastroid-git-5f30afe05e8205606e863bf6b0135b1425b8e83d.tar.gz
Bump astroid to 2.11.4, update changelogv2.11.4
Diffstat (limited to 'doc')
-rw-r--r--doc/release.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/release.md b/doc/release.md
index 9052927b..d9bc628c 100644
--- a/doc/release.md
+++ b/doc/release.md
@@ -63,9 +63,9 @@ cherry-picked on the maintenance branch.
- Install the release dependencies: `pip3 install -r requirements_test.txt`
- Bump the version and release by using `tbump X.Y-1.Z --no-push`. (For example:
`tbump 2.3.5 --no-push`)
-- Check the result visually and then by triggering the "release tests" workflow in
- GitHub Actions first.
-- Push the tag.
+- Check the result visually with `git show`.
+- Open a merge request to run the CI tests for this branch
+- Create and push the tag.
- Release the version on GitHub with the same name as the tag and copy and paste the
appropriate changelog in the description. This triggers the PyPI release.
- Merge the `maintenance/X.Y.x` branch on the main branch. The main branch should have