Version 1.1.1
[debian/openrocket] / 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 dists/
10 7.  Update Eclipse project and commit files to SVN
11 8.  Tag the version in SVN, URL:
12     https://openrocket.svn.sourceforge.net/svnroot/openrocket/tags/Release_1.1.x
13 9.  Update updates.php and test various versions using a different name:
14     scp updates.php plaa,openrocket@web.sourceforge.net:htdocs/actions/testupdates.php
15     java -Dopenrocket.debug.updateurl=http://openrocket.sourceforge.net/actions/testupdates.php -jar OpenRocket-1.1.0.jar
16 10. Upload JAR and source distribution and ReleaseNotes to Sourceforge 
17      - Project Admin -> File Manager
18      - create new version directory under /openrocket
19      - upload JAR, ZIP and ReleaseNotes
20      - select ReleaseNotes properties, set as release notes
21      - select JAR properties, set release note file and default downloads
22      - select ZIP properties, set release note file
23 11. Update HTML: htp/htp.def (version number) htp/news.htp (release info)
24 12. Run "htp @" and check the web pages locally
25 13. Update HTML to web server:
26     scp * plaa,openrocket@web.sourceforge.net:htdocs/
27 14. Test downloading from Sourceforge and web site
28 15. Update update.php to web server:
29     scp updates.php plaa,openrocket@web.sourceforge.net:htdocs/actions/
30 16. Test update checking without specific options
31 17. Update build.properties to "pre" version + commit
32 18. Send email about new release to openrocket-announce@lists.sourceforge.net
33