summaryrefslogtreecommitdiff
path: root/RELEASING.txt
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2018-03-08 16:06:16 -0500
committerTres Seaver <tseaver@palladion.com>2018-03-08 16:06:16 -0500
commit39ff2c398d8370dffdfde9a345fd2a92a047b894 (patch)
treeae8ea675b70a49ac80b494e9206561360d497376 /RELEASING.txt
parent6141a7339840701fcff98a4e36152d998b59ea84 (diff)
downloadpyramid-39ff2c398d8370dffdfde9a345fd2a92a047b894.tar.gz
pyramid-39ff2c398d8370dffdfde9a345fd2a92a047b894.tar.bz2
pyramid-39ff2c398d8370dffdfde9a345fd2a92a047b894.zip
Accomodate file renames in release instructions.
Diffstat (limited to 'RELEASING.txt')
-rw-r--r--RELEASING.txt14
1 files changed, 7 insertions, 7 deletions
diff --git a/RELEASING.txt b/RELEASING.txt
index 4c3bedd3a..f38903985 100644
--- a/RELEASING.txt
+++ b/RELEASING.txt
@@ -46,15 +46,15 @@ Prepare new release branch
x.y-branch``. A search for ``cookiecutter gh:Pylons/pyramid-cookiecutter-``
should return all instances to be updated.
-- Ensure all features of the release are documented (audit CHANGES.txt or
+- Ensure all features of the release are documented (audit CHANGES.rst or
communicate with contributors).
-- Change CHANGES.txt heading to reflect the new version number.
+- Change CHANGES.rst heading to reflect the new version number.
-- Copy relevant changes (delta bug fixes) from CHANGES.txt to
+- Copy relevant changes (delta bug fixes) from CHANGES.rst to
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.
+ changes in CHANGES.rst.
- Update README.rst to use correct versions of badges, URLs, and ALT option
according to the new release branch name.
@@ -85,11 +85,11 @@ Prepare master for further development (major releases only)
- Checkout master.
-- In CHANGES.txt, preserve headings but clear out content. Add heading
+- In CHANGES.rst, preserve headings but clear out content. Add heading
"unreleased" for the version number.
-- From the release branch, forward port the changes in CHANGES.txt to
- HISTORY.txt.
+- From the release branch, forward port the changes in CHANGES.rst to
+ HISTORY.rst.
- In contributing.md, forward port branch descriptions from release branch.