We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cf01d2 commit 4c3b2eeCopy full SHA for 4c3b2ee
1 file changed
BUILD.rst
@@ -1,7 +1,7 @@
1
Creating releases
2
=================
3
4
-1. Re-generate results available online if tests have changed:
+1. Re-generate results available online if tests have changed::
5
6
rm -rf results log.html report.html output.xml
7
pybot --outputdir results QuickStart.rst
@@ -12,7 +12,7 @@ Creating releases
12
git checkout master
13
git push
14
15
-2. Create tag:
+2. Create tag::
16
17
VERSION=x.y
18
git tag -a -m "Release $VERSION" $VERSION
0 commit comments