summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-06-29 18:21:16 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-06-29 18:21:16 +0200
commit01916fb4e98819e8cd91f0e52a91d021a8446acb (patch)
tree35d46350a55c65c083650de8b2181da5f762a966 /doc
parentc3977dfed03cf91a1a7abc0a1ece29590f4caed0 (diff)
downloadastroid-git-01916fb4e98819e8cd91f0e52a91d021a8446acb.tar.gz
Update the release.md according to new release script
Diffstat (limited to 'doc')
-rw-r--r--doc/release.md10
1 files changed, 1 insertions, 9 deletions
diff --git a/doc/release.md b/doc/release.md
index 57e05776..eec5e123 100644
--- a/doc/release.md
+++ b/doc/release.md
@@ -7,15 +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. If it was a minor release add a `X.Y+1.0` title following the
- template:
-
-```text
-What's New in astroid x.y.z?
-============================
-Release Date: TBA
-```
-
+4. Check the result.
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.