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=77&rev2=78
* Create a signed tag, using the same key as used to signed the release, pointing to the
release tree-ish and a link to the [VOTE RESULTS] message on the dev mailing list.
* Push the signed tag with 'git push origin Y.Y.Y'.
* Copy the release directory to `/www/www.apache.org/dist/couchdb` on `people.apache.org`.
+ * Make sure that the release directory and all the files within it are owned by the `couchdb`
group and are group writable. You can do this with `chgrp couchdb` and `chmod 664` respectively.
* Wait for all changes to be synced to public mirrors.
* Update http://couchdb.apache.org/downloads.html
* Wait for all changes to be synced to the public site.
|