This is an automated email from the ASF dual-hosted git repository.
jking pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git
The following commit(s) were added to refs/heads/master by this push:
new dc1b301 Fix svn commit command (publishing to apache dist) [ci skip]
dc1b301 is described below
commit dc1b301b311d8865eff2a49fad6343f7302fd9a9
Author: James E. King III <[email protected]>
AuthorDate: Sat Mar 9 10:37:24 2019 -0500
Fix svn commit command (publishing to apache dist) [ci skip]
---
doc/ReleaseManagement.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/ReleaseManagement.md b/doc/ReleaseManagement.md
index 9cf02da..da944b8 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>
```