diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2016-06-06 07:23:42 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-06-06 07:23:42 -0400 |
| commit | df3905616933c90af95e99f705b800a2f5c1c921 (patch) | |
| tree | f9def47225ce6dd5d88cd51bd7442f3c78aab877 /docs/releases.txt | |
| parent | 48b63f309650af9e43368cf0d6792ea247ad8663 (diff) | |
| parent | f43c0f0651edfe1f52b0a178cfe2a5234a008af0 (diff) | |
| download | python-setuptools-git-df3905616933c90af95e99f705b800a2f5c1c921.tar.gz | |
Merge with master
Diffstat (limited to 'docs/releases.txt')
| -rw-r--r-- | docs/releases.txt | 19 |
1 files changed, 8 insertions, 11 deletions
diff --git a/docs/releases.txt b/docs/releases.txt index 3f29334a..c84ddd75 100644 --- a/docs/releases.txt +++ b/docs/releases.txt @@ -10,23 +10,20 @@ successful build of a tagged release per To cut a release, install and run ``bumpversion {part}`` where ``part`` is major, minor, or patch based on the scope of the changes in the release. Then, push the commits to the master branch. If tests pass, -the release will be uploaded to PyPI. +the release will be uploaded to PyPI (from the Python 3.5 tests). -Bootstrap Bookmark ------------------- +Bootstrap Branch +---------------- -Setuptools has a bootstrap script (ez_setup.py) which is hosted in the -repository and must be updated with each release (to bump the default version). -The "published" version of the script is the one indicated by the ``bootstrap`` -branch. +Setuptools has a bootstrap script (ez_setup.py), which is hosted in the +repository in the ``bootstrap`` branch. -Therefore, the latest bootstrap script can be retrieved by checking out the -repository at that bookmark. It's also possible to get the bootstrap script for -any particular release by grabbing the script from that tagged release. +Therefore, the latest bootstrap script can be retrieved by checking out +that branch. The officially-published location of the bootstrap script is hosted on Python infrastructure (#python-infra on freenode) at https://bootstrap.pypa.io and -is updated every fifteen minutes from the bootstrap script. Sometimes, +is updated every fifteen minutes from the bootstrap branch. Sometimes, especially when the bootstrap script is rolled back, this process doesn't work as expected and requires manual intervention. |
