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=191&rev2=192 svn cp \ https://dist.apache.org/repos/dist/dev/couchdb/notes/VERSION/rc.CANDIDATE \ https://dist.apache.org/repos/dist/release/couchdb/notes/VERSION \ - -m 'Add Apache CouchDB VERSION release notes' + -m 'Copy VERSION release notes dir' }}} Replace `VERSION` with the version you are releasing. @@ -525, +525 @@ Release dist directory: https://dist.apache.org/repos/dist/release/couchdb/source/1.3.0 Files in: /tmp/tag_candidate.sh.bbLyFI }}} + + If there are binary packages to publish, do so like this: + + {{{ + svn cp \ + https://dist.apache.org/repos/dist/dev/couchdb/binary/PLATFORM/VERSION/rc.CANDIDATE \ + https://dist.apache.org/repos/dist/release/couchdb/binary/PLATFORM/VERSION \ + -m "Copy VERSION PLATFORM binary dir" + }}} + + Replace `PLATFORM` with the platform you built the binaries on. + + Replace `VERSION` with the version you are building from. + + Replace `CANDIDATE` with the candidate you are building from. Now, follow these steps:
