diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2020-09-23 20:29:14 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2020-09-23 20:29:14 -0400 |
| commit | 73e379cc55ac1e9ec63c4ac30b75ecc82418f513 (patch) | |
| tree | ee65ef54e8eaf07817746057000486e773b83ce4 /docs/releases.rst | |
| parent | cca3e01b03fe60945c4a01b8c23bcfa7ff0842b7 (diff) | |
| download | python-setuptools-git-73e379cc55ac1e9ec63c4ac30b75ecc82418f513.tar.gz | |
Use canonical extension for docs.
Diffstat (limited to 'docs/releases.rst')
| -rw-r--r-- | docs/releases.rst | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/docs/releases.rst b/docs/releases.rst new file mode 100644 index 00000000..35b415c2 --- /dev/null +++ b/docs/releases.rst @@ -0,0 +1,37 @@ +=============== +Release Process +=============== + +In order to allow for rapid, predictable releases, Setuptools uses a +mechanical technique for releases, enacted on tagged commits by +continuous integration. + +To finalize a release, run ``tox -e finalize``, review, then push +the changes. + +If tests pass, the release will be uploaded to PyPI. + +Release Frequency +----------------- + +Some have asked why Setuptools is released so frequently. Because Setuptools +uses a mechanical release process, it's very easy to make releases whenever the +code is stable (tests are passing). As a result, the philosophy is to release +early and often. + +While some find the frequent releases somewhat surprising, they only empower +the user. Although releases are made frequently, users can choose the frequency +at which they use those releases. If instead Setuptools contributions were only +released in batches, the user would be constrained to only use Setuptools when +those official releases were made. With frequent releases, the user can govern +exactly how often he wishes to update. + +Frequent releases also then obviate the need for dev or beta releases in most +cases. Because releases are made early and often, bugs are discovered and +corrected quickly, in many cases before other users have yet to encounter them. + +Release Managers +---------------- + +Additionally, anyone with push access to the master branch has access to cut +releases. |
