summaryrefslogtreecommitdiff
path: root/doc/release.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/release.md')
-rw-r--r--doc/release.md8
1 files changed, 3 insertions, 5 deletions
diff --git a/doc/release.md b/doc/release.md
index d0935d34..424b39ef 100644
--- a/doc/release.md
+++ b/doc/release.md
@@ -17,12 +17,10 @@ git --aliases=.copyrite_aliases . --jobs=8
# automatically
```
-4. Submit your changes in a merge request.
+4. Submit your changes in a merge request and make sure the tests are passing on
+ Travis/GithubActions: https://travis-ci.org/PyCQA/astroid/
-5. Make sure the tests are passing on Travis/GithubActions:
- https://travis-ci.org/PyCQA/astroid/
-
-6. Do the actual release by tagging the master with `vX.Y.Z` (ie `v1.6.12` or `v3.0.0a0`
+5. Do the actual release by tagging the master with `vX.Y.Z` (ie `v1.6.12` or `v3.0.0a0`
for example).
Until the release is done via Travis or GitHub actions on tag, run the following