diff options
| author | Steve Piercy <web@stevepiercy.com> | 2017-06-01 11:41:41 -0700 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2017-06-01 11:41:41 -0700 |
| commit | 7dbc4a7a4b480365461ce882670070c932b3fcd9 (patch) | |
| tree | 19d784511c2615b77e4e39dcd93a065761dfb128 | |
| parent | 97e41c6b44ec768c0e2f6db83cdc6efb8d31976f (diff) | |
| download | pyramid-7dbc4a7a4b480365461ce882670070c932b3fcd9.tar.gz pyramid-7dbc4a7a4b480365461ce882670070c932b3fcd9.tar.bz2 pyramid-7dbc4a7a4b480365461ce882670070c932b3fcd9.zip | |
clarify badges for releasing
| -rw-r--r-- | README.rst | 12 | ||||
| -rw-r--r-- | RELEASING.txt | 4 |
2 files changed, 6 insertions, 10 deletions
diff --git a/README.rst b/README.rst index 5f42115df..4125dac01 100644 --- a/README.rst +++ b/README.rst @@ -1,17 +1,13 @@ Pyramid ======= -.. image:: https://travis-ci.org/Pylons/pyramid.png?branch=1.9-branch +.. image:: https://travis-ci.org/Pylons/pyramid.png?branch=master :target: https://travis-ci.org/Pylons/pyramid :alt: master Travis CI Status -.. image:: https://readthedocs.org/projects/pyramid/badge/?version=1.9-branch - :target: http://docs.pylonsproject.org/projects/pyramid/en/1.9-branch/ - :alt: Master Documentation Status - -.. image:: https://readthedocs.org/projects/pyramid/badge/?version=1.9-branch - :target: http://docs.pylonsproject.org/projects/pyramid/en/1.9-branch/ - :alt: Latest Documentation Status +.. image:: https://readthedocs.org/projects/pyramid/badge/?version=master + :target: http://docs.pylonsproject.org/projects/pyramid/en/master/ + :alt: master Documentation Status .. image:: https://img.shields.io/badge/irc-freenode-blue.svg :target: https://webchat.freenode.net/?channels=pyramid diff --git a/RELEASING.txt b/RELEASING.txt index 58ebb2fb3..24bbb3e77 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 each branch and context. - Update whatsnew-X.X.rst in docs to point at change log entries for individual releases if applicable. |
