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=201&rev2=202 Prepare the binary files and then move them into this directory. - Change into this directory, and add your files: + Change into this directory, and add your files. - - {{{ - svn add . - }}} Then check in your files: @@ -454, +450 @@ cd /tmp/couchdb/notes }}} - Add the release notes to Subversion: + Add the release notes to Subversion. - - {{{ - svn add apache-couchdb-VERSION.html - }}} - - Replace `VERSION` with the version you are releasing. Update the `svn:mime-type` property: @@ -496, +486 @@ Check that this HTML looks good when used for a draft blog post. + Change in to the temporary directory: + + {{{ + cd /tmp/couchdb/notes + }}} + Then generate a text only version by running: {{{ @@ -506, +502 @@ For example, a JIRA ticket that is not referenced by number. - Add these files, and commit them back to Subversion. + Add the text file to Subversion. + + Commit both files: + + {{{ + svn ci -m "Update VERSION release notes" + }}} + + Replace `VERSION` with the version you are releasing. Now, publish the release notes: @@ -514, +518 @@ 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 'Copy VERSION release notes dir' + -m "Copy VERSION release notes dir" }}} Replace `VERSION` with the version you are releasing.
