summaryrefslogtreecommitdiff
path: root/RELEASING.txt
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2017-06-29 08:56:54 -0500
committerGitHub <noreply@github.com>2017-06-29 08:56:54 -0500
commitd8c65478053f2b12a9a7a1abe0b291d51af54653 (patch)
treeceab05571416b62cd47652e97175fa0c1f8f2bc4 /RELEASING.txt
parent7c5880be8dcdd22b51920d2248055db3f386565e (diff)
parentefb35f1e6ea296499274ed8fc5c2d023f8ed71e6 (diff)
downloadpyramid-d8c65478053f2b12a9a7a1abe0b291d51af54653.tar.gz
pyramid-d8c65478053f2b12a9a7a1abe0b291d51af54653.tar.bz2
pyramid-d8c65478053f2b12a9a7a1abe0b291d51af54653.zip
Merge pull request #3111 from mmerickel/check-manifest
add a manifest and a tox step to check it
Diffstat (limited to 'RELEASING.txt')
-rw-r--r--RELEASING.txt13
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