summaryrefslogtreecommitdiff
path: root/RELEASING.txt
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2016-01-29 22:46:26 -0800
committerSteve Piercy <web@stevepiercy.com>2016-01-29 22:46:26 -0800
commitba616f4c5d0404e3fb5e4384053259adba643ad1 (patch)
treeeb4f07d40fbd36ea14f1f2a21bbaaac39e102288 /RELEASING.txt
parent4de5a2eab1e767d3bfa55738f7359cc1e4f0de93 (diff)
parentbd88dcd361a7a25450ee4abb7416b83cddd93ee2 (diff)
downloadpyramid-ba616f4c5d0404e3fb5e4384053259adba643ad1.tar.gz
pyramid-ba616f4c5d0404e3fb5e4384053259adba643ad1.tar.bz2
pyramid-ba616f4c5d0404e3fb5e4384053259adba643ad1.zip
Merge pull request #2307 from stevepiercy/master
add update docs/conf.py for RELEASING.txt
Diffstat (limited to 'RELEASING.txt')
-rw-r--r--RELEASING.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/RELEASING.txt b/RELEASING.txt
index 61420ce8b..bc8f2c721 100644
--- a/RELEASING.txt
+++ b/RELEASING.txt
@@ -28,12 +28,16 @@ Releasing Pyramid
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
+- 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".
- Update whatsnew-X.X.rst in docs to point at change log entries for individual
releases if applicable.
+- For major version releases, in docs/conf.py, update values under
+ html_theme_options for in_progress and outdated across master, releasing
+ branch, and previously released branch.
+
- Change setup.py version to the new version number.
- Change CHANGES.txt heading to reflect the new version number.