summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-06-29 19:47:24 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-06-29 19:47:44 +0200
commit366daef96f144f5d68843a6c00a67fb800e4a58c (patch)
tree627fc5c52af3b7f75cb09aa42c826311a4363d79 /doc
parent18cf8b9a4e75585971b7f1944f2da8d3162742c8 (diff)
downloadastroid-git-366daef96f144f5d68843a6c00a67fb800e4a58c.tar.gz
Downrade the version to 2.6.2-dev0 so we can install pylint easily
See https://github.com/PyCQA/astroid/pull/1077#issuecomment-870072987
Diffstat (limited to 'doc')
-rw-r--r--doc/release.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/release.md b/doc/release.md
index eec5e123..96fed374 100644
--- a/doc/release.md
+++ b/doc/release.md
@@ -19,8 +19,8 @@ So, you want to release the `X.Y.Z` version of astroid ?
Move back to a dev version with `tbump`:
```bash
-tbump X.Y+1.Z-dev0 --no-tag --no-push # You can interrupt during copyrite
-git commit -am "Upgrade the version to x.y+1.z-dev0 following x.y.z release"
+tbump X.Y.Z+1-dev0 --no-tag --no-push # You can interrupt during copyrite
+git commit -am "Upgrade the version to x.y.z+1-dev0 following x.y.z release"
```
Check the result and then upgrade the master branch