X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=releasing.txt;h=e48b765e43ffc987a0b6dd7d444b001c6447e0fa;hb=8e48160094dac6246e586c8386a6fddbe4fad05c;hp=389c310c6e958fadeb61b2600b877fcdea695c84;hpb=e6f06a7d856152a3f7eab6c1797f79565ea4de4c;p=debian%2Fopenrocket diff --git a/releasing.txt b/releasing.txt index 389c310c..e48b765e 100644 --- a/releasing.txt +++ b/releasing.txt @@ -1,18 +1,33 @@ Steps for making a release: -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) -6. Copy distribution files into dist/ -7. Update Eclipse project and commit files to SVN -8. Tag the version in SVN -9. Upload JAR and source distribution and ReleaseNotes to Sourceforge - (Project Admin -> File Manager, create new version directory + upload) -10. Update HTML: index.html (release notes) download.html (version number) -11. Update HTML to web server -12. Send email about new release -13. Update build.properties to "pre" version + commit +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) +6. Copy distribution files into OpenRocket-dists project +7. Update updates.php and test various versions using a different name: + scp updates.php plaa,openrocket@web.sourceforge.net:htdocs/actions/testupdates.php + java -Dopenrocket.debug.updateurl=http://openrocket.sourceforge.net/actions/testupdates.php -jar OpenRocket-1.1.0.jar +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 + - Project Admin -> File Manager + - create new version directory under /openrocket + - upload JAR, ZIP and ReleaseNotes + - select ReleaseNotes properties, set as release notes + - select JAR properties, set release note file and default downloads + - select ZIP properties, set release note file +13. Update HTML to web server: + scp * plaa,openrocket@web.sourceforge.net:htdocs/ +14. Test downloading from Sourceforge and web site +15. Update update.php to web server: + scp updates.php plaa,openrocket@web.sourceforge.net:htdocs/actions/ +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