File tree Expand file tree Collapse file tree 1 file changed +13
-5
lines changed Expand file tree Collapse file tree 1 file changed +13
-5
lines changed Original file line number Diff line number Diff line change 1
1
Creating releases
2
2
=================
3
3
4
- 1. Re-generate results available online if tests have changed::
4
+ 1. Check that master is up-to-date::
5
+
6
+ git st
7
+ git pull
8
+ git push
9
+
10
+ 2. Re-generate results available online if tests have changed or logs/reports
11
+ have been enhanced::
5
12
6
13
rm -rf results log.html report.html output.xml
14
+ robot --version # Make sure latest version is used
7
15
robot --outputdir results QuickStart.rst
8
16
git checkout gh-pages
9
17
mv -f results/*.* .
10
18
rmdir results
11
19
git commit -a -m "Updated results available online"
12
- git checkout master
13
20
git push
21
+ git checkout master
14
22
15
- 2 . Create tag::
23
+ 3 . Create tag::
16
24
17
25
VERSION=x.y # Set this!!
18
26
git tag -a -m "Release $VERSION" $VERSION
19
27
git push --tags
20
28
21
- 3 . Create release at https://github.com/robotframework/QuickStartGuide/releases
29
+ 4 . Create release at https://github.com/robotframework/QuickStartGuide/releases
22
30
23
- 4 . Announce on Twitter, mailing lists, and elsewhere as needed.
31
+ 5 . Announce on Twitter, mailing lists, and elsewhere as needed.
You can’t perform that action at this time.
0 commit comments