Release Procedure » History » Version 2
Rogers, Chris, 04 March 2015 07:36
1 | 1 | Rogers, Chris | h1. Release Procedure |
---|---|---|---|
2 | 2 | Rogers, Chris | |
3 | Update version number in following places: |
||
4 | * release.bash |
||
5 | * @xboa/common/_common.py@ |
||
6 | * @setup.py@ |
||
7 | |||
8 | Update release notes |
||
9 | |||
10 | Run MAUS_xboa_rogers test; check that the xboa tests pass at least |
||
11 | |||
12 | Run the tests @python setup.py install; python test/XBOATest.py@ |
||
13 | |||
14 | Build the documentation @doxygen doc/Doxyfile@ |
||
15 | * fix any errors or warnings |
||
16 | |||
17 | Run pylint |
||
18 | |||
19 | @python setup.py sdist@ |