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=138&rev2=139 Use your judgment here to figure out if anything is missing, or has been included by mistake. - Upload the release files to your `public_html` directory on `people.apache.org` and make sure they are world readable. + '''The next step has changed recently. Please read closely.''' - Do not upload the exported tag directory, of course. That was only for testing. + If you do not already have the release development directory checked out, run: + + {{{ + svn co https://dist.apache.org/repos/dist/dev/couchdb + }}} + + Change into the development directory: + + {{{ + cd couchdb + }}} + + Now create the development release directory: + + {{{ + mkdir releases/Y.Y.Y + }}} + + Copy the release artefacts to the development release directory: + + {{{ + cp /tmp/couchdb/test/apache-couchdb-Y.Y.Y.tar.gz* releases/Y.Y.Y + }}} + + Add the development release directory: + + {{{ + svn add releases/Y.Y.Y + }}} + + And commit: + + {{{ + svn commit -m "Added Y.Y.Y development release artefacts" + }}} = Calling a Vote =
