Author: bodewig
Date: Thu Oct 6 03:53:12 2011
New Revision: 1179497
URL: http://svn.apache.org/viewvc?rev=1179497&view=rev
Log:
Document next steps
Modified:
logging/log4net/ReleaseInstructions.txt
Modified: logging/log4net/ReleaseInstructions.txt
URL:
http://svn.apache.org/viewvc/logging/log4net/ReleaseInstructions.txt?rev=1179497&r1=1179496&r2=1179497&view=diff
==============================================================================
--- logging/log4net/ReleaseInstructions.txt (original)
+++ logging/log4net/ReleaseInstructions.txt Thu Oct 6 03:53:12 2011
@@ -114,3 +114,17 @@ Preparing the Stage
- Copy the text to src/site/xdocs/release/release-notes.xml in a new
section for the new release and massage it to your liking.
+
+Create the Release
+==================
+
+* Tag the source tree that makes up the release
+
+ $ svn cp -r 1179495 \
+ https://svn.apache.org/repos/asf/logging/log4net/trunk \
+ https://svn.apache.org/repos/asf/logging/log4net/tags/1.2.11RC1
+
+* Create a fresh working copy of the new tag on the Linux box and run
+ "nant"
+
+* zip up the bin/mono directory and copy it to the Windows machine