Author: hibou Date: Mon Jun 22 14:39:54 2009 New Revision: 787251 URL: http://svn.apache.org/viewvc?rev=787251&view=rev Log: We should tag before voting for the release
Modified: ant/ivy/ivyde/trunk/doc/dev/release.html Modified: ant/ivy/ivyde/trunk/doc/dev/release.html URL: http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/doc/dev/release.html?rev=787251&r1=787250&r2=787251&view=diff ============================================================================== --- ant/ivy/ivyde/trunk/doc/dev/release.html (original) +++ ant/ivy/ivyde/trunk/doc/dev/release.html Mon Jun 22 14:39:54 2009 @@ -77,6 +77,13 @@ And sign the artifacts: <pre>./signArtifacts.sh</pre> +Then it is time to tag the release as soon as you are happy with your artifacts: + +<code>svn copy https://svn.apache.org/repos/asf/ant/ivy/ivyde/branches/$VERSION \ + https://svn.apache.org/repos/asf/ant/ivy/ivyde/tags/$VERSION \ + -m "Tag IvyDE release $VERSION" +</code> + <h1>Prepare the updatesite</h1> The instructions to build the updatesite are there: @@ -114,14 +121,6 @@ Note: this <a href="http://ant.apache.org/bylaws.html">page</a> is defining when and how a release can be accepted. -<h1>The release has been accepted</h1> - -Then it is time to tag the release: -<code>svn copy https://svn.apache.org/repos/asf/ant/ivy/ivyde/branches/$VERSION \ - https://svn.apache.org/repos/asf/ant/ivy/ivyde/tags/$VERSION \ - -m "Tag IvyDE release $VERSION" -</code> - <h1>Deployment</h1> <h2>Publish the artifacts</h2>