Steve Piercy
2017-06-02 f6b1a7462fead882a7bf7e4da5afaac29a6822e0
Merge pull request #3068 from stevepiercy/1.8-branch

clarify badges for releasing
2 files modified
11 ■■■■ changed files
README.rst 4 ●●●● patch | view | raw | blame | history
RELEASING.txt 7 ●●●● patch | view | raw | blame | history
README.rst
@@ -9,10 +9,6 @@
        :target: http://docs.pylonsproject.org/projects/pyramid/en/1.8-branch/
        :alt: 1.8-branch Documentation Status
.. image:: https://readthedocs.org/projects/pyramid/badge/?version=latest
        :target: http://docs.pylonsproject.org/projects/pyramid/en/latest/
        :alt: Latest Documentation Status
.. image:: https://img.shields.io/badge/irc-freenode-blue.svg
        :target: https://webchat.freenode.net/?channels=pyramid
        :alt: IRC Freenode
RELEASING.txt
@@ -48,8 +48,8 @@
  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 @@
- 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)
---------------------------------------------