summaryrefslogtreecommitdiff
path: root/RELEASING.txt
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2017-06-01 16:29:38 -0700
committerGitHub <noreply@github.com>2017-06-01 16:29:38 -0700
commit12ac99d782c1685f123739c526b1e17bd43fa8c1 (patch)
treefcd4a2e349ac39a7f760578a5c7c3eb561ad449e /RELEASING.txt
parent97e41c6b44ec768c0e2f6db83cdc6efb8d31976f (diff)
parent93c94e102f5b6d732fb06ca8d18383154e2c9636 (diff)
downloadpyramid-12ac99d782c1685f123739c526b1e17bd43fa8c1.tar.gz
pyramid-12ac99d782c1685f123739c526b1e17bd43fa8c1.tar.bz2
pyramid-12ac99d782c1685f123739c526b1e17bd43fa8c1.zip
Merge pull request #3067 from stevepiercy/master
clarify badges for releasing
Diffstat (limited to 'RELEASING.txt')
-rw-r--r--RELEASING.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/RELEASING.txt b/RELEASING.txt
index 58ebb2fb3..f780a607b 100644
--- a/RELEASING.txt
+++ b/RELEASING.txt
@@ -48,8 +48,8 @@ Prepare new release branch
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".
+- Update README.rst to use correct versions of badges, URLs, and ALT option
+ according to the new release branch name.
- Update whatsnew-X.X.rst in docs to point at change log entries for individual
releases if applicable.
@@ -96,6 +96,9 @@ Prepare master for further development (major releases only)
- Change setup.py version to the next version number.
+- Update README.rst to use correct versions of badges, URLs, and ALT option
+ for "master" instead of the major release version.
+
Update previous version (final releases only)
---------------------------------------------