From 0528eb1ac8648e7d58e0265d7d8a44e53f8a8405 Mon Sep 17 00:00:00 2001 From: Jonathan Guyer Date: Fri, 28 Jun 2019 17:35:18 -0400 Subject: [PATCH] Fix reST markup --- documentation/ADMINISTRATA.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/documentation/ADMINISTRATA.rst b/documentation/ADMINISTRATA.rst index 60eb06e298..000d366bd7 100644 --- a/documentation/ADMINISTRATA.rst +++ b/documentation/ADMINISTRATA.rst @@ -200,21 +200,21 @@ Release from master $ git checkout master Resolve any conflicts and tag the release as appropriate (see `Git -practices`_ above). +practices`_ above):: $ git tag --annotate x.y master -Push the tag to GitHub_ +Push the tag to GitHub_:: $ git push --tags origin master Upon successful completion of the `Continuous Integration`_ systems, fetch the tagged build products and place in :file:`dist/`: - FiPy-x.y.tar.gz + :file:`FiPy-x.y.tar.gz` From CircleCI_ `build-binaries` Artifacts - FiPy-x.y.win32.zip + :file:`FiPy-x.y.win32.zip` From AppVeyor_ Artifacts Clean the working copy::