From 5f30afe05e8205606e863bf6b0135b1425b8e83d Mon Sep 17 00:00:00 2001 From: Pierre Sassoulas Date: Mon, 2 May 2022 13:29:41 +0200 Subject: Bump astroid to 2.11.4, update changelog --- doc/release.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc') 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 -- cgit v1.2.1