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 | 17a9e20606690f0243a6f08c082cfa750d99d5b5 (patch) | |
| tree | 0c7148103aabfb2673b0ebc3fefa08e369ff6124 | |
| parent | 784544e298382b463d9276efac5d02cf4f988c29 (diff) | |
| download | python-setuptools-bitbucket-5.2.tar.gz | |
Write the actual command.5.2
| -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 ---------------- |
