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=142&rev2=143 = Preparing the Community = - Start a "[DISCUSS]" thread on the [email protected] mailing list, asking for comments on the release. + Generate a release proposal: - Ask that pecheck the `NEWS` and `CHANGES` file for anything that has been added in this release. + {{{ + ./release/generate_proposal.sh CACHE_DIR EMAIL_TPL BRANCH VERSION + }}} + + Replace `CACHE_DIR` with the temporary directory name from the `check_docs.sh` script. + + Replace `BRANCH` with the branch you are proposing to release from. + + Replace `VERSION` with the version you are proposing to release. + + So, in this instance, you might run: + + {{{ + ./release/generate_proposal.sh /tmp/check_docs.sh.9oNHt9 email/discuss_release.txt 1.3.x 1.3.0 + }}} + + This command will output some text that you should email to the `[email protected]` mailing list. = Preparing the Release =
