Dear Wiki user, You have subscribed to a wiki page or wiki category on "Lenya Wiki" for change notification.
The following page has been changed by AndreasHartmann: http://wiki.apache.org/lenya/ProposalReleaseGuidelines ------------------------------------------------------------------------------ Remind of the actual freeze:[[BR]] Send email to [email protected] with subject: {{{[FREEZE-REMINDER]}}} - === Create tagged version === + === Create a Tagged Version === Browse to [http://svn.apache.org/repos/asf/lenya/branches/BRANCH_1_2_X] [[BR]] More info: [http://svnbook.red-bean.com/en/1.1/ch04s06.html] @@ -27, +27 @@ svn ci -m "Release 1_2_5 added" tags/RELEASE_1_2_5 }}} + === Add the Release Notes === - 4) - # Add release notes (SVN URL, SVN Revision, What's new, Cocoon version 2.1.8, etc.): + Add the release notes (SVN URL, SVN Revision, What's new, Cocoon version 2.1.8, etc.): - svn add RELEASE-NOTES.txt - svn ci -m "release notes added" RELEASE-NOTES.txt - - 5) - # Lock tagged version (Is this really necessary or just a project policy) + {{{ + svn add RELEASE-NOTES.txt + svn ci -m "release notes added" RELEASE-NOTES.txt + }}} - #??? svn lock tags/RELEASE_1_2_5 + === Lock the Tagged Version (Optional) === + Lock tagged version + {{{ + svn lock tags/RELEASE_1_2_5 + }}} - 6) - # Start testing this tagged version (based on the specified Cocoon version, e.g. 2.1.8) - # Use Test-Suite: http://wiki.apache.org/lenya/TestCases - # Maybe do a sprint over IRC irc.freenode.org#lenya + === Testing === - # If tests are successfull, then freeze can be canceled - # If tests fail, then ... + * Start testing this tagged version (based on the specified Cocoon version, e.g. 2.1.8). + * Use the test suite: TestCases + * Maybe do a sprint over IRC irc.freenode.org#lenya + * If all tests are successful, then freeze can be canceled. + * If tests fail, then decide on the dev list how to proceed. + === Release the Tarballs === - 7) - # Release source and binary versions based on this tagged version + Release source and binary versions based on this tagged version. + --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
