summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJacob Walls <jacobtylerwalls@gmail.com>2022-02-27 08:58:07 -0500
committerGitHub <noreply@github.com>2022-02-27 14:58:07 +0100
commit62aa3bb63c3ca0cda19a1bb294a6b052c2346189 (patch)
treeefefc6c71dada63994ce09616a95046a2a57874f /doc
parent8f7f07898720b875cfbf447a7106875db4a904b3 (diff)
downloadastroid-git-62aa3bb63c3ca0cda19a1bb294a6b052c2346189.tar.gz
Restore custom distutils handling for resolving paths to submodules. (#1386)
Diffstat (limited to 'doc')
-rw-r--r--doc/release.md2
1 files changed, 2 insertions, 0 deletions
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`