From c0fdece49783285958694442abd511efec524537 Mon Sep 17 00:00:00 2001 From: Tim Tisdall Date: Wed, 15 Apr 2015 15:08:57 +0000 Subject: mention adding links in whatsnew for minor revs --- RELEASING.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'RELEASING.txt') diff --git a/RELEASING.txt b/RELEASING.txt index 553d2dcf2..9f085d7f4 100644 --- a/RELEASING.txt +++ b/RELEASING.txt @@ -24,7 +24,9 @@ Releasing Pyramid communicate with contributors). - Copy relevant changes (delta bug fixes) from CHANGES.txt to - docs/whatsnew-X.X (if it's a major release). + docs/whatsnew-X.X (if it's a major release). Minor releases should + include a link under "Bug Fix Releases" to the minor feature + changes in CHANGES.txt . - Make sure docs render OK:: -- cgit v1.2.3 From 84ccda73c3b4c19c299c17f918678c5e0d181c16 Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Wed, 15 Apr 2015 17:58:32 -0400 Subject: Add pylonshq and pylonsrtd items to update --- RELEASING.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'RELEASING.txt') diff --git a/RELEASING.txt b/RELEASING.txt index 571b7f76c..87ff62c53 100644 --- a/RELEASING.txt +++ b/RELEASING.txt @@ -51,6 +51,12 @@ Releasing Pyramid $ python setup.py sdist bdist_wheel $ twine upload dist/pyramid-X.X-* +- Edit Pylons/pylonshq/templates/home/home.mako for minor and major updates. + +- Edit Pylons/pylonshq/templates/home/inside.rst for major updates only. + +- Edit Pylons/pylonsrtd/pylonsrtd/docs/pyramid.rst for all updates. + - Edit `http://wiki.python.org/moin/WebFrameworks `_. -- cgit v1.2.3