diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2014-06-22 10:52:51 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2014-06-22 10:52:51 -0400 |
commit | 0c75cf4a2e2a5796fc5a62a5263ed9ca44683545 (patch) | |
tree | a5b0f3c36b891450f06248d0cc2769ebeb11b4ea | |
parent | 01021fd5c712db072961c7a0e5b1d86c74a91da2 (diff) | |
download | external_python_setuptools-0c75cf4a2e2a5796fc5a62a5263ed9ca44683545.tar.gz external_python_setuptools-0c75cf4a2e2a5796fc5a62a5263ed9ca44683545.tar.bz2 external_python_setuptools-0c75cf4a2e2a5796fc5a62a5263ed9ca44683545.zip |
Write the actual command.5.2
--HG--
extra : amend_source : a25cd725094883d738e9c37cd71e3ac3a946d9fe
-rw-r--r-- | docs/releases.txt | 5 |
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 ---------------- |