Skip to content

Commit

Permalink
Fix reST markup
Browse files Browse the repository at this point in the history
  • Loading branch information
guyer committed Jun 28, 2019
1 parent eff36ea commit 0528eb1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions documentation/ADMINISTRATA.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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::
Expand Down

0 comments on commit 0528eb1

Please sign in to comment.