You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2019/04/30 08:18:51 UTC

[skywalking] 02/03: Fix a missing change.

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

wusheng pushed a commit to branch release-fix
in repository https://gitbox.apache.org/repos/asf/skywalking.git

commit 0b9848fbe48143b1e11316d3cb72527e40108ab2
Author: Wu Sheng <wu...@foxmail.com>
AuthorDate: Tue Apr 30 16:09:57 2019 +0800

    Fix a missing change.
---
 docs/en/guides/How-to-release.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/en/guides/How-to-release.md b/docs/en/guides/How-to-release.md
index 8a47536..ff04e92 100644
--- a/docs/en/guides/How-to-release.md
+++ b/docs/en/guides/How-to-release.md
@@ -40,7 +40,7 @@ Apache maven staging repository check list.
 ## Test your settings
 This step is only for test, if your env is set right, don't need to check every time.
 ```
-./mvnw clean install -Papache-release (this will build artifacts, sources and sign)
+./mvnw clean install -Pauto (this will build artifacts, sources and sign)
 ```
 
 ## Prepare the release