You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by to...@apache.org on 2021/02/09 11:27:44 UTC

[apisix-website] branch master updated: docs: remove redundant step in release-guide.md (#172)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new a6046d9  docs: remove redundant step in release-guide.md (#172)
a6046d9 is described below

commit a6046d91e324e9a350f7028b19697cd8bf420673
Author: Peter Zhu <st...@gmail.com>
AuthorDate: Tue Feb 9 19:27:35 2021 +0800

    docs: remove redundant step in release-guide.md (#172)
---
 website/docs/release-guide.md | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/website/docs/release-guide.md b/website/docs/release-guide.md
index d7ea9e6..2faf0c7 100644
--- a/website/docs/release-guide.md
+++ b/website/docs/release-guide.md
@@ -208,9 +208,6 @@ git clone -b v$APISIX_VERSION git@github.com:apache/apisix.git apache-apisix-$AP
 # check version
 $ cd apache-apisix-$APISIX_VERSION && ./utils/check-version.sh $APISIX_VERSION && cd ..
 
-# delete .git
-$ rm -rf apache-apisix-$APISIX_VERSION/.git
-
 # make tar package / asc / sha512
 $ cd apache-apisix-$APISIX_VERSION && make release-src VERSION=$APISIX_VERSION
 $ mv ./release/* ../ && cd ..