Skip to content

Commit 8cf01d2

Browse files
committed
Release instructions
1 parent b5db2b9 commit 8cf01d2

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

BUILD.rst

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
Creating releases
2+
=================
3+
4+
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
8+
git checkout gh-pages
9+
mv -f results/*.* .
10+
rmdir results
11+
git commit -m "Updated results available online"
12+
git checkout master
13+
git push
14+
15+
2. Create tag:
16+
17+
VERSION=x.y
18+
git tag -a -m "Release $VERSION" $VERSION
19+
git push --tags
20+
21+
3. Create release at https://github.com/robotframework/QuickStartGuide/releases
22+
23+
4. Announce on Twitter, mailing lists, and elsewhere as needed.

0 commit comments

Comments
 (0)