From: Jeff J. <jef...@us...> - 2007-01-28 14:08:54
|
jeffjensen 07/01/28 06:08:49 Modified: . HOWTO_RELEASE.txt Log: Add step to add SF news item. Tweak steps order. Revision Changes Path 1.6 +10 -5 maven-plugins/HOWTO_RELEASE.txt Index: HOWTO_RELEASE.txt =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/HOWTO_RELEASE.txt,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- HOWTO_RELEASE.txt 5 Jun 2006 04:41:09 -0000 1.5 +++ HOWTO_RELEASE.txt 28 Jan 2007 14:08:49 -0000 1.6 @@ -92,6 +92,16 @@ See http://jira.codehaus.org/browse/MPSITE-34. +TAG THE SOURCE +-------------- +cd to the dir containing the project and enter the CVS command: + + +ADD SOURCEFORGE NEWS ITEM +------------------------- +Use the admin facility to add one, announcing the release. + + EMAIL RELEASE ANNOUNCEMENT ------------------------- The site step generates it, and this is how standalone: @@ -100,8 +110,3 @@ maven -Dmaven.repo.remote=http://maven-plugins.sourceforge.net/repository announcement Edit it (adjust repos at minimum) and email. - -TAG THE SOURCE --------------- -cd to the dir containing the project and enter the CVS command: - |