PrepareRelease: Difference between revisions

From Openrtk
Jump to navigation Jump to search
(Created page with "Check [https://github.com/InsightSoftwareConsortium/ITK/blob/master/Documentation/Release.md ITK's instructions] and update this wiki page accordingly. == Prepare release mes...")
 
No edit summary
(One intermediate revision by the same user not shown)
Line 1: Line 1:
__NOTOC__
Check [https://github.com/InsightSoftwareConsortium/ITK/blob/master/Documentation/Release.md ITK's instructions] and update this wiki page accordingly.
Check [https://github.com/InsightSoftwareConsortium/ITK/blob/master/Documentation/Release.md ITK's instructions] and update this wiki page accordingly.


Line 17: Line 19:


== Backup Doxygen documentation ==
== Backup Doxygen documentation ==
<source lang="bash" enclose="div">
ctest -S /home/srit/src/rtk/rtk-dashboard/russula_doxygen.cmake -V
cd /home/srit/src/rtk/RTK-website/
mv  /home/srit/src/rtk/dashboard_tests/RTK-Doxygen/Doxygen/html Doxygen140
./sync.sh
</source>


== Prepare website ==
== Prepare website ==
Line 24: Line 33:
Update page RTK/resources/software.html.
Update page RTK/resources/software.html.


== Announce ==


 
Post message on the mailing list rtk-users@openrtk.org.
Post message on the website,
Post message on the mailing list rtk-users@openrtk.org


== Prepare binaries ==
== Prepare binaries ==

Revision as of 13:08, 21 February 2018


Check ITK's instructions and update this wiki page accordingly.

Prepare release message

Based on the previous ones, e.g., the ones of v1.3 and v1.4.

git log --no-merges v1.4.0..HEAD --pretty=format:"%h; %an; %ad: %s" >release_notes.txt
git log --no-merges v1.4.0..HEAD --pretty=format:"%an" | sort -u >contributors.txt

Prepare repository

Modify release number in CMakeLists.txt. Tag git repository on this change with a copy of the release message.

Backup Doxygen documentation

ctest -S /home/srit/src/rtk/rtk-dashboard/russula_doxygen.cmake -V
cd /home/srit/src/rtk/RTK-website/
mv  /home/srit/src/rtk/dashboard_tests/RTK-Doxygen/Doxygen/html Doxygen140
./sync.sh

Prepare website

Create news message in RTK/news, update rtkindex.html and RTK/news/lefthand.html accordingly.

Update page RTK/resources/software.html.

Announce

Post message on the mailing list rtk-users@openrtk.org.

Prepare binaries