Skip to content

Commit

Permalink
added additional release instructions
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@666210 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Noah Slater committed Jun 10, 2008
1 parent 19f29ff commit 078de0d
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -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 ###
Expand Down

0 comments on commit 078de0d

Please sign in to comment.