Skip to content

Commit

Permalink
Fix docs formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
tomalrussell committed Mar 2, 2020
1 parent 9456edc commit 975a284
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/developers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -117,11 +117,11 @@ To make a release:


To update the ``CHANGELOG.rst`` with a short summary of fixes and new features. Commit
message summaries should give a reasonable starting point:
message summaries should give a reasonable starting point::

git log v1.1.0..HEAD --oneline

To create and push a tag:
To create and push a tag::

git tag -a v0.2.0 # create annotated tag (will need a message)
git describe # show current commit in relation to tags
Expand Down

0 comments on commit 975a284

Please sign in to comment.