From 975a284a3427e345437d581729fee1166529b05b Mon Sep 17 00:00:00 2001 From: Tom Russell Date: Mon, 2 Mar 2020 14:34:36 +0000 Subject: [PATCH] Fix docs formatting --- docs/developers.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/developers.rst b/docs/developers.rst index dee0711ae..a24ea8885 100644 --- a/docs/developers.rst +++ b/docs/developers.rst @@ -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