X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=releasing.txt;h=3c7da79472b4e950c644aacc8e26342366b2c219;hb=6db4fec8a7ff65b40f1d8b38a2fb254255e740af;hp=63164c4f8df71e4e131c5f4812cdc1378097d6cd;hpb=d23932f311312abb73801262a80ef2f6bc66818d;p=debian%2Fopenrocket diff --git a/releasing.txt b/releasing.txt index 63164c4f..3c7da794 100644 --- a/releasing.txt +++ b/releasing.txt @@ -1,26 +1,32 @@ 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 dists/ -7. Update Eclipse project and commit files to SVN -8. Tag the version in SVN, URL: - https://openrocket.svn.sourceforge.net/svnroot/openrocket/tags/Release_0.9.x -9. 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 -10. Update HTML: index.html (release notes) download.html (version number) -11. Update HTML to web server: +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 dists/ +7. Update Eclipse project and commit files to SVN +8. Tag the version in SVN, URL: + https://openrocket.svn.sourceforge.net/svnroot/openrocket/tags/Release_0.9.x +9. 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-0.9.4.jar +10. 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 +11. Update HTML: index.html (release notes) download.html (version number) +12. Update HTML to web server: scp * plaa,openrocket@web.sourceforge.net:htdocs/ -12. Test downloading from Sourceforge and web site -13. Update build.properties to "pre" version + commit -14. Send email about new release to openrocket-announce@lists.sourceforge.net +13. Test downloading from Sourceforge and web site +14. Update update.php to web server: + scp updates.php plaa,openrocket@web.sourceforge.net:htdocs/actions/ +15. Test update checking without specific options +16. Update build.properties to "pre" version + commit +17. Send email about new release to openrocket-announce@lists.sourceforge.net