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=189&rev2=190 mkdir -p /tmp/couchdb }}} - Check out the development release notes directory: + Create the release notes directory in Subversion: {{{ + svn mkdir https://dist.apache.org/repos/dist/dev/couchdb/notes/VERSION/rc.CANDIDATE -m 'Add VERSION-rc.CANDIDATE release notes dir' - svn co https://dist.apache.org/repos/dist/dev/couchdb/notes /tmp/couchdb/notes - }}} - - Create a new directory: - - {{{ - mkdir /tmp/couchdb/notes/VERSION/rc.CANDIDATE }}} Replace `VERSION` with the version you are releasing. Replace `CANDIDATE` with the candidate number. + Check out the release notes directory: + + {{{ + svn co https://dist.apache.org/repos/dist/dev/couchdb/notes/VERSION/rc.CANDIDATE /tmp/couchdb/notes + }}} + + Replace `VERSION` with the version you are releasing. + + Replace `CANDIDATE` with the candidate number. + Copy the template file from the admin resources directory: {{{ - cp ./notes/template.html /tmp/couchdb/notes/VERSION/rc.CANDIDATE/apache-couchdb-VERSION.html + cp ./notes/template.html /tmp/couchdb/notes/apache-couchdb-VERSION.html }}} + + Replace `VERSION` with the version you are releasing. + + Replace `CANDIDATE` with the candidate number. In this file, replace `VERSION` with the version you are releasing. @@ -443, +451 @@ For example, a JIRA ticket that is not referenced by number. Add these files, and commit them back to Subversion. + + Now, publish the release notes: + + {{{ + 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' + }}} + + Replace `VERSION` with the version you are releasing. + + Replace `CANDIDATE` with the candidate number. == Wrapping Up the Vote ==
