refactored file package
[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. Upload JAR and source distribution and ReleaseNotes to Sourceforge 
14     - Project Admin -> File Manager
15     - create new version directory under /openrocket
16     - upload JAR, ZIP and ReleaseNotes
17     - select ReleaseNotes properties, set as release notes
18     - select JAR properties, set release note file and default downloads
19     - select ZIP properties, set release note file
20 10. Update HTML: index.html (release notes) download.html (version number)
21 11. Update HTML to web server:
22     scp * plaa,openrocket@web.sourceforge.net:htdocs/
23 12. Test downloading from Sourceforge and web site
24 13. Update build.properties to "pre" version + commit
25 14. Send email about new release to openrocket-announce@lists.sourceforge.net
26