summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
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`