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=131&rev2=132

  
  It is advised that you spin up a VM to make the release, to ensure you're 
working from a known state.
  
+ These instructions are tailored to that workflow.
+ 
+ It is assumed you will sort out dependencies yourself, perhaps by creating a 
custom image.
+ 
  Remove any previous staging area:
  
  {{{
@@ -88, +92 @@

  }}}
  
  Make a note of this. You'll need it later.
- 
- You can then run the following commands:
- 
- {{{
- git archive --prefix=Y.Y.Y/ -o Y.Y.Y.tar <tree-ish>
- tar -xf Y.Y.Y.tar
- }}}
- 
- You must then use the `Y.Y.Y` directory to prepare the release:
- 
- {{{
- cd Y.Y.Y
- }}}
  
  = Release Signing =
  

Reply via email to