summaryrefslogtreecommitdiff
path: root/RELEASING.txt
diff options
context:
space:
mode:
authorcewing <cris@crisewing.com>2017-05-22 12:09:41 -0700
committercewing <cris@crisewing.com>2017-05-22 12:09:41 -0700
commitb033b966420b673bf0222c3576d3238773433d0f (patch)
treeba5d63e118ba5ebbad901b5c1558adff04224686 /RELEASING.txt
parent7c680930d09d20bfa05249e01553e6488e61f1ca (diff)
parent8c4d422965b633f31967ceed1e6cc25cc616d0bf (diff)
downloadpyramid-b033b966420b673bf0222c3576d3238773433d0f.tar.gz
pyramid-b033b966420b673bf0222c3576d3238773433d0f.tar.bz2
pyramid-b033b966420b673bf0222c3576d3238773433d0f.zip
Merge branch 'master' into issue.2614
Diffstat (limited to 'RELEASING.txt')
-rw-r--r--RELEASING.txt22
1 files changed, 9 insertions, 13 deletions
diff --git a/RELEASING.txt b/RELEASING.txt
index 4690fbd37..58ebb2fb3 100644
--- a/RELEASING.txt
+++ b/RELEASING.txt
@@ -33,8 +33,8 @@ Prepare new release branch
- Run tests on Windows if feasible.
-- Make sure all scaffold tests pass (CPython 2.7, 3.4, and 3.5, and PyPy on
- UNIX; this doesn't work on Windows):
+- Make sure all scaffold tests pass (CPython 2.7, 3.4, 3.5, and 3.6, and PyPy
+ on UNIX; this doesn't work on Windows):
$ ./scaffoldtests.sh
@@ -63,10 +63,10 @@ Prepare new release branch
- Change setup.py version to the release version number.
-- Make sure PyPI long description renders (requires ``collective.dist``
- installed into your Python)::
+- Make sure PyPI long description renders (requires ``readme`` installed
+ into your Python)::
- $ python setup.py check -r
+ $ python setup.py check -r -s -m
- Create a release tag.
@@ -108,18 +108,14 @@ Update previous version (final releases only)
Marketing and communications
----------------------------
-- Edit Pylons/pylonshq/templates/home/home.mako.
-
-- Edit Pylons/pylonshq/templates/home/inside.rst for major releases only.
-
-- Edit Pylons/trypyramid.com/src/templates/resources.html for major releases
- only.
-
-- Edit Pylons/pylonsrtd/pylonsrtd/docs/pyramid.rst for major releases only.
+- Edit Pylons/trypyramid.com/src/templates/resources.html for major releases,
+ pre-releases, and once pre-releases are final.
- Edit `http://wiki.python.org/moin/WebFrameworks
<http://wiki.python.org/moin/WebFrameworks>`_.
+- Edit `https://en.wikipedia.org/wiki/Pylons_project <https://en.wikipedia.org/wiki/Pylons_project>`_.
+
- Announce to Twitter.
```