summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-08-03 22:29:59 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-08-03 22:40:16 +0200
commit74adc8604506a451dc8a16cc00ac50464953cb3b (patch)
tree8fa57a2963e3dff49b02c424f24d5a3c7a77cb8d /doc
parentd5dd575d5dcd1d45e0426674b2bf6b83b7cf5fc8 (diff)
downloadastroid-git-74adc8604506a451dc8a16cc00ac50464953cb3b.tar.gz
Bump astroid to 2.6.6, update changelogv2.6.6
Diffstat (limited to 'doc')
-rw-r--r--doc/release.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/release.md b/doc/release.md
index 3f43f6bc..a0527f72 100644
--- a/doc/release.md
+++ b/doc/release.md
@@ -7,7 +7,7 @@ So, you want to release the `X.Y.Z` version of astroid ?
1. Check if the dependencies of the package are correct
2. Install the release dependencies `pip3 install pre-commit tbump`
3. Bump the version and release by using `tbump X.Y.Z --no-push`.
-4. Check the result.
+4. Check the result (Do `git diff vX.Y.Z-1 ChangeLog` in particular).
5. Push the tag.
6. Release the version on GitHub with the same name as the tag and copy and paste the
appropriate changelog in the description. This trigger the pypi release.