summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2014-06-22 10:52:51 -0400
committerJason R. Coombs <jaraco@jaraco.com>2014-06-22 10:52:51 -0400
commit17a9e20606690f0243a6f08c082cfa750d99d5b5 (patch)
tree0c7148103aabfb2673b0ebc3fefa08e369ff6124 /docs
parent784544e298382b463d9276efac5d02cf4f988c29 (diff)
downloadpython-setuptools-bitbucket-17a9e20606690f0243a6f08c082cfa750d99d5b5.tar.gz
Write the actual command.5.2
Diffstat (limited to 'docs')
-rw-r--r--docs/releases.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/releases.txt b/docs/releases.txt
index 387a4af8..41a814bc 100644
--- a/docs/releases.txt
+++ b/docs/releases.txt
@@ -12,6 +12,11 @@ the release process.
A Setuptools release manager must have maintainer access on PyPI to the
project and administrative access to the BitBucket project.
+To make a release, run the following from a Mercurial checkout at the
+revision slated for release::
+
+ python -m jaraco.packaging.release
+
Release Managers
----------------