diff options
author | Noah Slater <nslater@apache.org> | 2008-06-10 17:09:48 +0000 |
---|---|---|
committer | Noah Slater <nslater@apache.org> | 2008-06-10 17:09:48 +0000 |
commit | 078de0dca474681a8aeda2f22ecf189b25949f27 (patch) | |
tree | dd212c671526078a0a59ffd22f0a41292d277b31 /README | |
parent | 19f29ffd4d830c891dbbc0c6ee03205e1bffb8d5 (diff) |
added additional release instructions
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@666210 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'README')
-rw-r--r-- | README | 12 |
1 files changed, 10 insertions, 2 deletions
@@ -264,13 +264,21 @@ following command: If everything was successful you should now have a pristine checkout. -### Preparing For Distribution ### +### Making a Release ### + +The following steps should be taken prior to preparing the release: + + svn cp trunk branches/X.X.X + svn cp branches/X.X.X tags/X.X.X + svn export tags/0.8.0 export + +You must then use the `export` directory to prepare the release. To build the source for distribution you should then run the following command: ./configure && make distcheck -If everything was successful you should see a `zip` file and/or a `tar.gz` file +If everything was successful you should see an appropriately named `tar.gz` file sitting in the root directory ready for distribution. ### Release Checklist ### |