summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJames E. King III <jking@apache.org>2019-03-09 10:37:24 -0500
committerGitHub <noreply@github.com>2019-03-09 10:37:24 -0500
commitdc1b301b311d8865eff2a49fad6343f7302fd9a9 (patch)
tree737b2216eb542c689800f62e72d34ef35fcac03a /doc
parent68ff6cddc055acd9f5611c297c7721a573745678 (diff)
downloadthrift-dc1b301b311d8865eff2a49fad6343f7302fd9a9.tar.gz
Fix svn commit command (publishing to apache dist) [ci skip]
Diffstat (limited to 'doc')
-rw-r--r--doc/ReleaseManagement.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ReleaseManagement.md b/doc/ReleaseManagement.md
index 9cf02da8a..da944b8cb 100644
--- a/doc/ReleaseManagement.md
+++ b/doc/ReleaseManagement.md
@@ -208,7 +208,7 @@ All Apache Thrift releases go through a 72-hour final release candidate voting p
```bash
~/dist/dev/thrift$ svn status
# verify everything is correct
- ~/dist/dev/thrift$ svn add 1.0.0-rc0 -m "apache thrift 1.0.0-rc0 in dist dev" \
+ ~/dist/dev/thrift$ svn commit -m "Apache Thrift 1.0.0-rc0 in dist dev" \
--username <apache-username> --password <apache-password>
```
@@ -293,7 +293,7 @@ All Apache Thrift releases go through a 72-hour final release candidate voting p
~/dist/release/thrift$ cp -p ../../dev/thrift/1.0.0-rc0/* 1.0.0/
~/dist/release/thrift$ svn status
# verify everything is correct
- ~/dist/release/thrift$ svn add 1.0.0 -m "Apache Thrift 1.0.0 official release" \
+ ~/dist/release/thrift$ svn commit -m "Apache Thrift 1.0.0 official release" \
--username <apache-username> --password <apache-password>
```