summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorNoah Slater <nslater@apache.org>2008-06-10 17:13:53 +0000
committerNoah Slater <nslater@apache.org>2008-06-10 17:13:53 +0000
commit97f034032743b90e791ec6e15209d11b1e84af2d (patch)
treea7ca4522ea764d1aef010d188bedd326cb61d171 /README
parent2b905c18eb18d854ce1ed85d142be09a6977e189 (diff)
slight typo fix
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@666214 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index 3ebb275e..088ccbbe 100644
--- a/README
+++ b/README
@@ -268,9 +268,9 @@ If everything was successful you should now have a pristine checkout.
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
+ svn cp trunk branches/Y.Y.x
+ svn cp branches/Y.Y.x tags/Y.Y.Y
+ svn export tags/Y.Y.Y export
You must then use the `export` directory to prepare the release.