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=179&rev2=180 You can do all of these things at once by running: {{{ - ./release/publish_candidate.sh CACHE_DIR BRANCH VERSION CANDIDATE_NUMBER + ./release/publish_candidate.sh CACHE_DIR BRANCH VERSION CANDIDATE }}} Replace `CACHE_DIR` with the output from the `build_candidate.sh` script. Replace `VERSION` with the version you are releasing. - Replace `CANDIDATE_NUMBER` with the candidate number. + Replace `CANDIDATE` with the candidate number. So, in this instance, you might run: @@ -399, +399 @@ Create a new directory: {{{ - mkdir /tmp/couchdb/notes/Y.Y.Y + mkdir /tmp/couchdb/notes/VERSION/rc.CANDIDATE }}} - Replace `Y.Y.Y` with the version you are releasing. + Replace `VERSION` with the version you are releasing. + + Replace `CANDIDATE` with the candidate number. Change into this directory: {{{ - cd /tmp/couchdb/notes/Y.Y.Y + cd /tmp/couchdb/notes/VERSION/rc.CANDIDATE }}} Create a new file: {{{ - apache-couchdb-Y.Y.Y.html + apache-couchdb-VERSION.html }}} Copy the format of previous release notes.
