summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-05-29 22:24:58 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-05-29 22:31:29 +0200
commit79fdc323f058f5f2ba754c29b564818d898548ae (patch)
tree316cba9d82c21f695304b76fd093cfe41d939fc0 /doc
parent408de00d7dc510064feb3693a53464df3cb0c38c (diff)
downloadastroid-git-79fdc323f058f5f2ba754c29b564818d898548ae.tar.gz
Update copyright notice for 2.5.7v2.5.7
Diffstat (limited to 'doc')
-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