You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shenyu.apache.org by xi...@apache.org on 2022/10/12 06:20:56 UTC

[shenyu-website] branch main updated: fix mistakes in dotnet release guidance (#797)

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

xiaoyu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/shenyu-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 50825edcef fix mistakes in dotnet release guidance (#797)
50825edcef is described below

commit 50825edcef62f124dcd865f6e4e50499955cffd8
Author: Han Gao <dh...@hotmail.com>
AuthorDate: Wed Oct 12 14:20:51 2022 +0800

    fix mistakes in dotnet release guidance (#797)
---
 community/15-shenyu-client-dotnet-release-guide.md                | 8 ++++----
 .../current/15-shenyu-client-dotnet-release-guide.md              | 8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/community/15-shenyu-client-dotnet-release-guide.md b/community/15-shenyu-client-dotnet-release-guide.md
index c0eee353d1..29402898e0 100644
--- a/community/15-shenyu-client-dotnet-release-guide.md
+++ b/community/15-shenyu-client-dotnet-release-guide.md
@@ -228,10 +228,10 @@ gpg --verify shenyu-client-dotnet-source.zip.asc shenyu-client-dotnet-${PUBLISH.
 Follow [Incubator Release Checklist](https://cwiki.apache.org/confluence/display/INCUBATOR/Incubator+Release+Checklist) [10] instructions.
 
 ```
-wget https://github.com/apache/shenyu/archive/v${PUBLISH.VERSION}.zip
-unzip v${PUBLISH.VERSION}.zip -d source
-tar xzf shenyu-client-dotnet-${PUBLISH.VERSION}-src.tar.gz
-diff -r shenyu-client-dotnet-${PUBLISH.VERSION} source/shenyu-client-dotnet-${PUBLISH.VERSION}
+wget https://github.com/apache/shenyu-client-dotnet/archive/v${PUBLISH.VERSION}.zip
+unzip v${PUBLISH.VERSION}.zip
+tar xzf shenyu-client-dotnet-v${PUBLISH.VERSION}-src.tar.gz
+diff -r shenyu-client-dotnet-${PUBLISH.VERSION} shenyu-client-dotnet-v${PUBLISH.VERSION}
 ```
 
 **4. Check the source code package**
diff --git a/i18n/zh/docusaurus-plugin-content-docs-community/current/15-shenyu-client-dotnet-release-guide.md b/i18n/zh/docusaurus-plugin-content-docs-community/current/15-shenyu-client-dotnet-release-guide.md
index 02a2bc102d..9ffb919703 100755
--- a/i18n/zh/docusaurus-plugin-content-docs-community/current/15-shenyu-client-dotnet-release-guide.md
+++ b/i18n/zh/docusaurus-plugin-content-docs-community/current/15-shenyu-client-dotnet-release-guide.md
@@ -228,10 +228,10 @@ gpg --verify shenyu-client-dotnet-source.zip.asc shenyu-client-dotnet-${PUBLISH.
 根据 [Incubator Release Checklist](https://cwiki.apache.org/confluence/display/INCUBATOR/Incubator+Release+Checklist) [10] 的说明确保 SVN 与 GitHub 源码一致。
 
 ```
-wget https://github.com/apache/shenyu/archive/v${PUBLISH.VERSION}.zip
-unzip v${PUBLISH.VERSION}.zip -d source
-tar xzf shenyu-client-dotnet-${PUBLISH.VERSION}-src.tar.gz
-diff -r shenyu-client-dotnet-${PUBLISH.VERSION} source/shenyu-client-dotnet-${PUBLISH.VERSION}
+wget https://github.com/apache/shenyu-client-dotnet/archive/v${PUBLISH.VERSION}.zip
+unzip v${PUBLISH.VERSION}.zip
+tar xzf shenyu-client-dotnet-v${PUBLISH.VERSION}-src.tar.gz
+diff -r shenyu-client-dotnet-${PUBLISH.VERSION} shenyu-client-dotnet-v${PUBLISH.VERSION}
 ```
 
 **4. 检查源码包**