Author: bodewig Date: Wed Oct 5 08:00:10 2011 New Revision: 1179089 URL: http://svn.apache.org/viewvc?rev=1179089&view=rev Log: This is where I am now
Modified: logging/log4net/ReleaseInstructions.txt Modified: logging/log4net/ReleaseInstructions.txt URL: http://svn.apache.org/viewvc/logging/log4net/ReleaseInstructions.txt?rev=1179089&r1=1179088&r2=1179089&view=diff ============================================================================== --- logging/log4net/ReleaseInstructions.txt (original) +++ logging/log4net/ReleaseInstructions.txt Wed Oct 5 08:00:10 2011 @@ -1,7 +1,8 @@ This document is a work in progress and was created in parallel to the release of Apache log4net 1.2.11. -Before you think about a release: +Prereqs +======= * make sure you have all the required software around. For the 1.2.11 release this meant @@ -60,3 +61,30 @@ Before you think about a release: As of October 2011 this is available from <http://www.microsoft.com/download/en/details.aspx?id=21138> + +* Make sure your PGP key is in + <https://svn.apache.org/repos/asf/logging/log4net/trunk/KEYS> and + copy that file to /www.apache.org/dist/logging/log4net/ on + people.apache.org. + + You should also upload your key to the keyservers. + +* Make sure you have decrypted old-log4net.snk.gpg to old-log4net.snk + +Preparing the Stage +=================== + +* Make sure the correct version number (1.2.11 right now) is in all + the required places. [yes, there is a lot of duplication] + + - log4net.build: <property name="package.version" value="1.2.11"/> + - pom.xml: <version>1.2.11</version> + - src/AssemblyVersionInfo.cpp as well as .cs, .vb and .js - twice in + each file + - src/Log4netAssemblyInfo.cs: public const string Version = "1.2.11" + - src/site/apt/download.apt - many times + +* The next release after 1.2.11 will need to add a section for "old + ASF but no longer Incubator" releases pointing to + http://archive.apache.org/dist/logging/log4net/ +