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=80&rev2=81

  Call a vote on the 
[[http://mail-archives.apache.org/mod_mbox/couchdb-dev/|couchdb-dev]] mailing 
list asking for a request for comments on the release. Ask all developers to 
specifically check the `NEWS` and `CHANGES` file for anything that has been 
added in this release.
  
  === Preparing the Release ===
+ 
+ Find a list of branches:
+ 
+ {{{
+ git branch -a
+ }}}
+ 
+ Checkout the branch you're releasing from:
+ 
+ {{{
+ git checkout -b Y.Y.x origin/Y.Y.x
+ }}}
  
  It is generally a good idea to work under a clean temporary directory.
  

Reply via email to