diff options
| author | Chris McDonough <chrism@plope.com> | 2015-04-15 18:00:41 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2015-04-15 18:00:41 -0400 |
| commit | bedd5f21f6f2c7660824cf901c24a31cad8f737d (patch) | |
| tree | 3f89fcc4c028844ed4a309abfe068bb31ab717f7 /RELEASING.txt | |
| parent | 50906f073be6c619dfd9a2062a444ff53a87d018 (diff) | |
| parent | ec1ec3f781409f6b0832c0ef11965484220b2c12 (diff) | |
| download | pyramid-bedd5f21f6f2c7660824cf901c24a31cad8f737d.tar.gz pyramid-bedd5f21f6f2c7660824cf901c24a31cad8f737d.tar.bz2 pyramid-bedd5f21f6f2c7660824cf901c24a31cad8f737d.zip | |
Merge branch 'master' of github.com:Pylons/pyramid
Diffstat (limited to 'RELEASING.txt')
| -rw-r--r-- | RELEASING.txt | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/RELEASING.txt b/RELEASING.txt index 6d25ecb62..87ff62c53 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 . - update README.rst to use correct versions of badges and URLs according to each branch and context, i.e., RTD "latest" == GitHub/Travis "1.x-branch". @@ -49,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 <http://wiki.python.org/moin/WebFrameworks>`_. |
