Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for 
change notification.

The "Release_procedure" page has been changed by PaulDavis.
http://wiki.apache.org/couchdb/Release_procedure?action=diff&rev1=48&rev2=49

--------------------------------------------------

  === Preparing the Release ===
  
  {{{
- repos="https://svn.apache.org/repos/asf/couchdb";
+ $ repos="https://svn.apache.org/repos/asf/couchdb";
  
- svn cp $repos/trunk $repos/branches/Y.Y.x -m 'branching Y.Y.x'
+ $ svn cp $repos/trunk $repos/branches/Y.Y.x -m 'branching Y.Y.x'
- svn cp $repos/branches/Y.Y.x $repos/tags/Y.Y.Y -m 'tagging Y.Y.Y'
+ $ svn cp $repos/branches/Y.Y.x $repos/tags/Y.Y.Y -m 'tagging Y.Y.Y'
+ $ # Note: Edit NEWS and CHANGES
- svn export $repos/tags/Y.Y.Y
+ $ svn export $repos/tags/Y.Y.Y
  }}}
  
  You must then use the `Y.Y.Y` directory to prepare the release.
+ 
+ In the step for editing `NEWS` and `CHANGES` you should remove the line about 
"Note: This version has not been released" before continuing. Once the release 
has been made, you should add a section in the `Y.Y.x` branch for the next 
version.
  
  === Release Signing ===
  

Reply via email to