update to 0.9.7pre
[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_0.9.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-0.9.4.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: index.html (release notes) download.html (version number)
24 12. Update HTML to web server:
25     scp * plaa,openrocket@web.sourceforge.net:htdocs/
26 13. Test downloading from Sourceforge and web site
27 14. Update update.php to web server:
28     scp updates.php plaa,openrocket@web.sourceforge.net:htdocs/actions/
29 15. Test update checking without specific options
30 16. Update build.properties to "pre" version + commit
31 17. Send email about new release to openrocket-announce@lists.sourceforge.net
32