diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2013-08-05 21:13:58 +0200 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-08-05 21:13:58 +0200 |
commit | e324a315edb8512f59a424a7aa2038d270870a41 (patch) | |
tree | be781a8754bc97bd155278f590a69e746d67235b | |
parent | d16ffd375e9c8211c4520cab688d5c2a44e5b66b (diff) | |
download | external_python_setuptools-e324a315edb8512f59a424a7aa2038d270870a41.tar.gz external_python_setuptools-e324a315edb8512f59a424a7aa2038d270870a41.tar.bz2 external_python_setuptools-e324a315edb8512f59a424a7aa2038d270870a41.zip |
Fleshed out a few details on the release process.
--HG--
extra : rebase_source : 6d4ed995049ac55ae4d4526960865bac2fa3d251
-rw-r--r-- | docs/releases.txt | 20 |
1 files changed, 17 insertions, 3 deletions
diff --git a/docs/releases.txt b/docs/releases.txt index 8119e8cf..5d1419be 100644 --- a/docs/releases.txt +++ b/docs/releases.txt @@ -1,4 +1,18 @@ -========================== -Setuptools Release Process -========================== +=============== +Release Process +=============== +In order to allow for rapid, predictable releases, Setuptools uses a +mechanical technique for releases. The release script, ``release.py`` in the +repository, defines the details of the releases, and is executed by the +`jaraco.packaging <https://bitbucket.org/jaraco/jaraco.packaging>`_ release +module. The script does some checks (some interactive) and fully automates +the release process. + +A Setuptools release manager must have maintainer access on PyPI to the +project and administrative access to the BitBucket project. + +Release Managers +---------------- + +Currently, the project has one release manager, Jason R. Coombs. |