From 62aa3bb63c3ca0cda19a1bb294a6b052c2346189 Mon Sep 17 00:00:00 2001 From: Jacob Walls Date: Sun, 27 Feb 2022 08:58:07 -0500 Subject: Restore custom distutils handling for resolving paths to submodules. (#1386) --- doc/release.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc') diff --git a/doc/release.md b/doc/release.md index 96855ef3..1646e42f 100644 --- a/doc/release.md +++ b/doc/release.md @@ -4,6 +4,8 @@ So, you want to release the `X.Y.Z` version of astroid ? ## Process +(Consider triggering the "release tests" workflow in GitHub Actions first.) + 1. Check if the dependencies of the package are correct 2. Check the result (Do `git diff vX.Y.Z-1 ChangeLog` in particular). 3. Install the release dependencies `pip3 install pre-commit tbump` -- cgit v1.2.1