diff options
| author | Michael Merickel <michael@merickel.org> | 2017-06-27 23:11:44 -0500 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2017-06-28 00:35:47 -0500 |
| commit | e42ba531963c35a89818bf57f08b0ab87c04e8bf (patch) | |
| tree | c2de9751babe30009a7c712ee83d1e11f222974e /RELEASING.txt | |
| parent | 7c5880be8dcdd22b51920d2248055db3f386565e (diff) | |
| download | pyramid-e42ba531963c35a89818bf57f08b0ab87c04e8bf.tar.gz pyramid-e42ba531963c35a89818bf57f08b0ab87c04e8bf.tar.bz2 pyramid-e42ba531963c35a89818bf57f08b0ab87c04e8bf.zip | |
add a manifest and a tox step to check it
Diffstat (limited to 'RELEASING.txt')
| -rw-r--r-- | RELEASING.txt | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/RELEASING.txt b/RELEASING.txt index ddd21ecc8..4c3bedd3a 100644 --- a/RELEASING.txt +++ b/RELEASING.txt @@ -71,15 +71,9 @@ Prepare new release branch - Change setup.py version to the release version number. -- Make sure PyPI long description renders (requires ``readme_renderer`` - installed into your Python):: - - $ python setup.py check -r -s -m - - Create a release tag. -- Make sure your Python has ``setuptools-git``, ``twine``, and ``wheel`` - installed and release to PyPI:: +- Build and publish to PyPI:: $ python setup.py sdist bdist_wheel $ twine upload dist/pyramid-X.X-* @@ -163,9 +157,8 @@ https://github.com/Pylons/pyramid/issues ``` Pyramid 1.X.X has been released. -Here are the changes: - -<<changes>> +The full changelog is here: +https://docs.pylonsproject.org/projects/pyramid/en/1.X-branch/changes.html What's New In Pyramid 1.X: https://docs.pylonsproject.org/projects/pyramid/en/1.X-branch/whatsnew-1.X.html |
