create changelog entry
[debian/openrocket] / core / releasing.txt
1
2 Steps for making a release:
3
4 1.  Update build.properties for the new version.
5 2.  Update ReleaseNotes
6 3.  Update ChangeLog
7 4.  ant dist
8 5.  Test new features (not in project directory)
9 6.  Copy distribution files into OpenRocket-dists project
10 7.  Update updates.php and test various versions using a different name:
11     scp updates.php plaa,openrocket@web.sourceforge.net:htdocs/actions/testupdates.php
12     java -Dopenrocket.debug.updateurl=http://openrocket.sourceforge.net/actions/testupdates.php -jar OpenRocket-1.1.0.jar
13 8.  Update HTML: htp/htp.def (version number) htp/news.htp (release info)
14 9.  Run "htp @" and check the web pages locally
15 10. Update Eclipse project and commit files to SVN (OpenRocket and OpenRocket-dists)
16 11. Tag the version in SVN, URL:
17     https://openrocket.svn.sourceforge.net/svnroot/openrocket/tags/Release_1.1.x
18 12. Upload JAR and source distribution and ReleaseNotes to Sourceforge 
19      - Files -> Add Folder -> Add File
20 13. Update HTML to web server:
21     scp * plaa,openrocket@web.sourceforge.net:htdocs/
22 14. Test downloading from Sourceforge and web site
23 15. Update update.php to web server:
24     scp updates.php plaa,openrocket@web.sourceforge.net:htdocs/actions/
25 16. Test update checking without specific options
26 17. Update build.properties to "pre" version + commit
27 18. Send email about new release to openrocket-announce@lists.sourceforge.net
28