From 6aa55a2c238c1bb8e35bf8f5fbef9d7ce0cd7cf2 Mon Sep 17 00:00:00 2001 From: Sampo Niskanen Date: Sun, 8 Sep 2013 22:54:41 +0300 Subject: [PATCH] Update release instructions --- core/releasing.txt | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/core/releasing.txt b/core/releasing.txt index da3b7c835..0c285d40c 100644 --- a/core/releasing.txt +++ b/core/releasing.txt @@ -6,15 +6,14 @@ Steps for making a release: 3. Update ChangeLog 4. ant dist 5. Test new features (not in project directory) -6. Copy distribution files into OpenRocket-dists project +6. Copy distribution files into 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 +10. Tag the version in Git 'git tag -a release-13.09' +11. Update Eclipse project and commit files+tag to git (OpenRocket and dists, 'git push origin release-13.09') 12. Upload JAR and source distribution and ReleaseNotes to Sourceforge - Files -> Add Folder -> Add File 13. Update HTML to web server: @@ -23,6 +22,6 @@ Steps for making a release: 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 +17. Update build.properties to "dev" version + commit 18. Send email about new release to openrocket-announce@lists.sourceforge.net