summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorAntoine Beaupré <anarcat@koumbit.org>2015-10-07 09:53:19 -0400
committerAntoine Beaupré <anarcat@koumbit.org>2015-10-07 09:54:40 -0400
commitd375a69689851c402212e0590b069792cc9bcd4a (patch)
tree13cbe3cc6061bae1ee680c6e872276e0eeaf6435 /docs
parent4dca50fafab302622eb5c98e0f26a6b34abe8ca6 (diff)
fix rst formatting warnings
Diffstat (limited to 'docs')
-rw-r--r--docs/development.rst14
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/development.rst b/docs/development.rst
index dff66ec54..5712bfc7a 100644
--- a/docs/development.rst
+++ b/docs/development.rst
@@ -94,7 +94,7 @@ Usage::
Creating a new release
----------------------
-Checklist::
+Checklist:
- make sure all issues for this milestone are closed or moved them to
the next milestone
@@ -106,11 +106,11 @@ Checklist::
- verify that ``MANIFEST.in`` and ``setup.py`` are complete
- tag the release::
- git tag -s -m "tagged release" 0.26.0
+ git tag -s -m "tagged release" 0.26.0
- update usage include files::
- cd docs ; make html
+ cd docs ; make html
- update website with the html (XXX: how?)
- write a release notes announcement, with:
@@ -126,11 +126,11 @@ Checklist::
python setup.py register sdist upload --identity="Thomas Waldmann" --sign
-- announce the release notes on::
+- announce the release notes on:
- - `mailing list <mailto:borgbackup@librelist.org>`_
- - Twitter (XXX: how? where?)
- - `IRC channel <irc://irc.freenode.net/borgbackup>`_ (change ``/topic``
+ - `mailing list <mailto:borgbackup@librelist.org>`_
+ - Twitter (XXX: how? where?)
+ - `IRC channel <irc://irc.freenode.net/borgbackup>`_ (change ``/topic``
- create standalone binaries (see below)
- upload standalone binaries to the Github release, integrate release notes