summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGael Pasgrimaud <gael@gawel.org>2017-03-15 22:44:23 +0100
committerGael Pasgrimaud <gael@gawel.org>2017-03-15 22:44:23 +0100
commitcbc5ee7f0861abb971bf45ff3eac09eafcb0de7c (patch)
tree1d42337c1fa453af0346e19840de6065ab373e5e
parent6d2095f557b41b9628a5a9d2ee8867dcdb8ff520 (diff)
downloadwebtest-cbc5ee7f0861abb971bf45ff3eac09eafcb0de7c.tar.gz
rst format
-rw-r--r--RELEASING.rst40
1 files changed, 18 insertions, 22 deletions
diff --git a/RELEASING.rst b/RELEASING.rst
index 69c3187..971f646 100644
--- a/RELEASING.rst
+++ b/RELEASING.rst
@@ -37,38 +37,34 @@ Releasing with zest.releaser
Marketing and communications
----------------------------
-- Announce to Twitter.
+- Announce to Twitter::
-```
-WebTest 1.x released.
+ WebTest 1.x released.
-PyPI
-https://pypi.python.org/pypi/webtest/2.x
+ PyPI
+ https://pypi.python.org/pypi/webtest/2.x
-Changes
-http://docs.pylonsproject.org/projects/webtest
+ Changes
+ http://docs.pylonsproject.org/projects/webtest
-Issues
-https://github.com/Pylons/webtest/issues
-```
+ Issues
+ https://github.com/Pylons/webtest/issues
-- Announce to maillist.
+- Announce to maillist::
-```
-WebTest 2.X.X has been released.
+ WebTest 2.X.X has been released.
-Here are the changes:
+ Here are the changes:
-<<changes>>
+ <<changes>>
-You can install it via PyPI:
+ You can install it via PyPI:
- pip install WebTest==2.X
+ pip install WebTest==2.X
-Enjoy, and please report any issues you find to the issue tracker at
-https://github.com/Pylons/webtest/issues
+ Enjoy, and please report any issues you find to the issue tracker at
+ https://github.com/Pylons/webtest/issues
-Thanks!
+ Thanks!
-- WebTest developers
-```
+ - WebTest developers