openrocket/core/releasing.txt

29 lines
1.4 KiB
Plaintext
Raw Normal View History

2009-09-01 15:25:04 +00:00
Steps for making a release:
2009-11-28 14:28:39 +00:00
1. Update build.properties for the new version.
2. Update ReleaseNotes
3. Update ChangeLog
4. ant dist
5. Test new features (not in project directory)
2010-09-07 13:47:37 +00:00
6. Copy distribution files into OpenRocket-dists project
7. Update updates.php and test various versions using a different name:
2009-11-28 14:28:39 +00:00
scp updates.php plaa,openrocket@web.sourceforge.net:htdocs/actions/testupdates.php
2010-03-21 10:15:43 +00:00
java -Dopenrocket.debug.updateurl=http://openrocket.sourceforge.net/actions/testupdates.php -jar OpenRocket-1.1.0.jar
2010-09-07 13:47:37 +00:00
8. Update HTML: htp/htp.def (version number) htp/news.htp (release info)
9. Run "htp @" and check the web pages locally
10. Update Eclipse project and commit files to SVN (OpenRocket and OpenRocket-dists)
11. Tag the version in SVN, URL:
https://openrocket.svn.sourceforge.net/svnroot/openrocket/tags/Release_1.1.x
12. Upload JAR and source distribution and ReleaseNotes to Sourceforge
2011-03-05 11:50:57 +00:00
- Files -> Add Folder -> Add File
2010-09-03 16:44:37 +00:00
13. Update HTML to web server:
2009-11-26 15:56:35 +00:00
scp * plaa,openrocket@web.sourceforge.net:htdocs/
2010-09-03 16:44:37 +00:00
14. Test downloading from Sourceforge and web site
15. Update update.php to web server:
2009-11-28 14:28:39 +00:00
scp updates.php plaa,openrocket@web.sourceforge.net:htdocs/actions/
2010-09-03 16:44:37 +00:00
16. Test update checking without specific options
17. Update build.properties to "pre" version + commit
18. Send email about new release to openrocket-announce@lists.sourceforge.net
2009-09-01 15:25:04 +00:00