summaryrefslogtreecommitdiff
path: root/RELEASING.txt
diff options
context:
space:
mode:
Diffstat (limited to 'RELEASING.txt')
-rw-r--r--RELEASING.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/RELEASING.txt b/RELEASING.txt
index 464cb37bd..c7a23309b 100644
--- a/RELEASING.txt
+++ b/RELEASING.txt
@@ -63,10 +63,10 @@ Prepare new release branch
- Change setup.py version to the release version number.
-- Make sure PyPI long description renders (requires ``collective.dist``
- installed into your Python)::
+- Make sure PyPI long description renders (requires ``readme`` installed
+ into your Python)::
- $ python setup.py check -r
+ $ python setup.py check -r -s -m
- Create a release tag.