Skip to content

Commit 4c3b2ee

Browse files
committed
Formatting
1 parent 8cf01d2 commit 4c3b2ee

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

BUILD.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Creating releases
22
=================
33

4-
1. Re-generate results available online if tests have changed:
4+
1. Re-generate results available online if tests have changed::
55

66
rm -rf results log.html report.html output.xml
77
pybot --outputdir results QuickStart.rst
@@ -12,7 +12,7 @@ Creating releases
1212
git checkout master
1313
git push
1414

15-
2. Create tag:
15+
2. Create tag::
1616

1717
VERSION=x.y
1818
git tag -a -m "Release $VERSION" $VERSION

0 commit comments

Comments
 (0)