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 NoahSlater:
http://wiki.apache.org/couchdb/Release_Procedure?action=diff&rev1=197&rev2=198

  
  Go through the `CHANGES` file and copy each section and summary.
  
+ Change into the temporary directory:
+ 
+ {{{
+ cd /tmp/couchdb/notes
+ }}}
+ 
+ Add the release notes to Subversion:
+ 
+ {{{
+ svn add apache-couchdb-VERSION.html
+ }}}
+ 
+ Replace `VERSION` with the version you are releasing.
+ 
+ And commit your changes:
+ 
+ {{{
+ svn ci -m 'Add VERSION-rc.CANDIDATE release notes'
+ }}}
+ 
+ Replace `VERSION` with the version you are releasing.
+ 
+ Replace `CANDIDATE` with the candidate number.
+ 
  Open this file:
  
  {{{

Reply via email to