Skip to content

Commit 1f87862

Browse files
committed
updated version to 0.4.1
1 parent c64ec21 commit 1f87862

File tree

4 files changed

+915
-914
lines changed

4 files changed

+915
-914
lines changed

BUILD.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ JavaFXLibrary uses Apache Maven as a build tool.
2525

2626
* update library version to x.x.x in pom.xml
2727
* run tests ``mvn clean verify``
28-
* ``git commit -m "version to x.x.x" pom.xml``
28+
* copy target/robotframework/libdoc/JavaFXLibrary.html under docs directory
29+
* ``git commit -m "version to x.x.x" pom.xml docs/JavaFXLibrary.html``
2930
* create tag ``git tag -a x.x.x``
3031
* push ``git push origin master`` and ``git push origin x.x.x``
3132
* create a new release and upload the jar file, html documentation and xml file to https://github.com/robotframework/JavaFXLibrary/releases

0 commit comments

Comments
 (0)