summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-12-31 13:21:35 +0100
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-12-31 13:25:52 +0100
commite36b4388aebb892c10ed779bafc9c1a07a325b8d (patch)
tree9545637446789eb9b3d8c15f2edac2f0f9c50591 /doc
parent51f552cecd15569cb651337fa7f8f9e27eeec579 (diff)
downloadastroid-git-e36b4388aebb892c10ed779bafc9c1a07a325b8d.tar.gz
Bump astroid to 2.9.1, update changelogv2.9.1
Diffstat (limited to 'doc')
-rw-r--r--doc/release.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/release.md b/doc/release.md
index a0527f72..a595207d 100644
--- a/doc/release.md
+++ b/doc/release.md
@@ -5,9 +5,9 @@ So, you want to release the `X.Y.Z` version of astroid ?
## Process
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 (Do `git diff vX.Y.Z-1 ChangeLog` in particular).
+2. Check the result (Do `git diff vX.Y.Z-1 ChangeLog` in particular).
+3. Install the release dependencies `pip3 install pre-commit tbump`
+4. Bump the version and release by using `tbump X.Y.Z --no-push`.
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.