You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by ni...@apache.org on 2020/03/17 06:18:57 UTC

[servicecomb-website] 01/02: Update release_validation_guide.md

This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-website.git

commit 8d98012cd41f964f98264f56f6aacb335e44db8b
Author: HweiH <Hw...@users.noreply.github.com>
AuthorDate: Tue Mar 17 10:58:59 2020 +0800

    Update release_validation_guide.md
---
 _developers/cn/release_validation_guide.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/_developers/cn/release_validation_guide.md b/_developers/cn/release_validation_guide.md
index 158430a..8863ee9 100644
--- a/_developers/cn/release_validation_guide.md
+++ b/_developers/cn/release_validation_guide.md
@@ -77,7 +77,7 @@ unzip xxx-src.zip
 mvn clean install -Pdocker -Pit -Pdemo-run-release
 ```
 
->提示:如果如果验证环境操作系统是Windows:
+>提示:如果验证环境操作系统是Windows:
 >```bash
 >mvn clean install -Pdocker -Pit -Pdocker-machine -Pdemo-run-release
 >```
@@ -137,7 +137,7 @@ Staging Repository : https://repository.apache.org/content/repositories/orgapach
 mvn clean install -Pdocker -Pstaging -Pit -Pdemo-run-release
 ```
 
->提示:如果如果验证环境操作系统是Windows:
+>提示:如果验证环境操作系统是Windows:
 >```bash
 >mvn clean install -Pdocker -Pstaging -Pdocker-machine  -Pit -Pdemo-run-release
 >```
@@ -172,7 +172,7 @@ git checkout 1.x
 mvn clean verify -Pdocker -Pstaging
 ```
 
->提示:如果如果验证环境操作系统是Windows:
+>提示:如果验证环境操作系统是Windows:
 >```bash
 >mvn clean verify -Pdocker -Pstaging -Pdocker-machine
 >```
@@ -183,4 +183,4 @@ mvn clean verify -Pdocker -Pstaging
 
 下载 [samples 代码](https://github.com/apache/servicecomb-samples), 由于 samples 较多, 可以选择部分
 进行验证, 详细参考每一个 sample 提供的 README 文件。
- 
\ No newline at end of file
+