diff options
| author | Michael Merickel <michael@merickel.org> | 2015-04-15 10:41:02 -0500 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2015-04-15 10:41:02 -0500 |
| commit | 3a537db2414b4626dea71e3e647554ec08364cda (patch) | |
| tree | 5146e721fbf8dd108ce27ea8b9f4a74a07f24489 | |
| parent | 50906f073be6c619dfd9a2062a444ff53a87d018 (diff) | |
| parent | c0fdece49783285958694442abd511efec524537 (diff) | |
| download | pyramid-3a537db2414b4626dea71e3e647554ec08364cda.tar.gz pyramid-3a537db2414b4626dea71e3e647554ec08364cda.tar.bz2 pyramid-3a537db2414b4626dea71e3e647554ec08364cda.zip | |
Merge pull request #1632 from tisdall/master-docupdate
mention adding links in whatsnew for minor revs
| -rw-r--r-- | RELEASING.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/RELEASING.txt b/RELEASING.txt index 6d25ecb62..571b7f76c 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". |
