summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-06-15 12:51:54 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-06-16 06:57:01 +0200
commitdabd881e4817fae130aa8e485ec62db27136e197 (patch)
tree2bfe5f3a281ab3af8491f9c61dc6049bfd8bed07 /doc
parent36776cff6368c985dacd4baeacc3ed343ac81b54 (diff)
downloadastroid-git-dabd881e4817fae130aa8e485ec62db27136e197.tar.gz
Install copyrite in the tbump script
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 89eaa0dc..04d323d7 100644
--- a/doc/release.md
+++ b/doc/release.md
@@ -5,7 +5,7 @@ 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 copyrite tbump`
+2. Install the release dependencies `pip3 install pre-commit tbump`
3. Bump the version and release by using `tbump X.Y.Z --no-push`. During the commit
pre-commit and pyupgrade should remove the `encode utf8` automatically
4. Check the result and then push the tag.