MuraliKola / robotframework-seleniumlibrary

Automatically exported from code.google.com/p/robotframework-seleniumlibrary
Apache License 2.0
1 stars 0 forks source link

Need instructions for creating releases #135

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
We need to document the releasing procedure of this library in a separate wiki 
page. The instructions should also explain how to generate the library 
documentation. This will help new people to create releases and prevents 
problems such as explained in issue 134 and comments to revision 90699cae52.

Original issue reported on code.google.com by pekka.klarck on 12 Sep 2010 at 6:44

GoogleCodeExporter commented 8 years ago
Here's fast instructions on how to generate the documentation:

1) Get libdoc.py:
http://code.google.com/p/robotframework/wiki/LibraryDocumentationTool

2) Run command like this:
python path/to/libdoc.py --output doc/SeleniumLibrary.html src/SeleniumLibrary

We used to have libdoc.py in the SeLib source code via svn-external link, but 
we lost that when we switched to Hg. At that time we also had a script to 
generate the documentation so you didn't need to remember the libdoc.py 
options. Would it now make sense to put the latest libdoc.py version into SeLib 
version control although we needed to remember to update it manually?

Original comment by pekka.klarck on 12 Sep 2010 at 6:58

GoogleCodeExporter commented 8 years ago
And here's examples of the similar `Releasing` pages we have with other 
projects:

http://code.google.com/p/robotframework/wiki/Releasing
http://code.google.com/p/robotframework-mabot/wiki/Releasing

Original comment by pekka.klarck on 12 Sep 2010 at 6:59

GoogleCodeExporter commented 8 years ago
Made a sketch: 
http://code.google.com/p/robotframework-seleniumlibrary/wiki/Releasing

Original comment by janne.t....@gmail.com on 11 Nov 2010 at 11:46

GoogleCodeExporter commented 8 years ago

Original comment by janne.t....@gmail.com on 12 Nov 2010 at 7:01

GoogleCodeExporter commented 8 years ago

Original comment by janne.t....@gmail.com on 12 Nov 2010 at 9:18

GoogleCodeExporter commented 8 years ago
The documentation can nowadays  be generated with doc/generate.py script.

Original comment by pekka.klarck on 15 Nov 2010 at 12:38

GoogleCodeExporter commented 8 years ago
I did some enhancements to the Releasing wiki page. It ought to be good enough 
now.

Original comment by pekka.klarck on 15 Nov 2010 at 2:01

GoogleCodeExporter commented 8 years ago

Original comment by pekka.klarck on 16 Nov 2010 at 11:46