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 2022/04/06 13:04:43 UTC

[skywalking] branch master updated: Fix nits in release doc (#8826)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 1133f3ad60 Fix nits in release doc (#8826)
1133f3ad60 is described below

commit 1133f3ad600fa07440c0e4af3dcd784b1bd6b2f0
Author: 吴晟 Wu Sheng <wu...@foxmail.com>
AuthorDate: Wed Apr 6 21:04:36 2022 +0800

    Fix nits in release doc (#8826)
---
 .github/workflows/skywalking-fake.yaml | 6 +++---
 docs/en/guides/How-to-release.md       | 6 ++----
 2 files changed, 5 insertions(+), 7 deletions(-)

diff --git a/.github/workflows/skywalking-fake.yaml b/.github/workflows/skywalking-fake.yaml
index d1738f4441..70dd056eb0 100644
--- a/.github/workflows/skywalking-fake.yaml
+++ b/.github/workflows/skywalking-fake.yaml
@@ -20,8 +20,8 @@ on:
   pull_request:
     paths-ignore:
       - "**"
-      - "!*.md"
-      - "!*.txt"
+      - "!**/*.md"
+      - "!**/*.txt"
       - "!skywalking-ui"
       - "!.asf.yaml"
       - "!.dlc.yaml"
@@ -29,7 +29,7 @@ on:
       - "!docs/menu.yml"
       - "!.github/workflows/codeql.yaml"
       - "!dist-material/release-docs"
-      - "!*/component-libraries.yml"
+      - "!**/component-libraries.yml"
 
 concurrency:
   group: skywalking-fake-${{ github.event.pull_request.number || github.ref }}
diff --git a/docs/en/guides/How-to-release.md b/docs/en/guides/How-to-release.md
index 73b2a8496a..8e637d4368 100644
--- a/docs/en/guides/How-to-release.md
+++ b/docs/en/guides/How-to-release.md
@@ -118,7 +118,6 @@ Release Candidate:
  * sha512 checksums
    - sha512xxxxyyyzzz apache-skywalking-apm-x.x.x-src.tgz
    - sha512xxxxyyyzzz apache-skywalking-apm-bin-x.x.x.tar.gz
-   - sha512xxxxyyyzzz apache-skywalking-apm-bin-x.x.x.zip
 
 Maven 2 staging repository:
 
@@ -132,7 +131,7 @@ Release CommitID :
 
  * https://github.com/apache/skywalking/tree/(Git Commit ID)
  * Git submodule
-   * skywalking-ui: https://github.com/apache/skywalking-rocketbot-ui/tree/(Git Commit ID)
+   * skywalking-ui: https://github.com/apache/skywalking-booster-ui/tree/(Git Commit ID)
    * apm-protocol/apm-network/src/main/proto: https://github.com/apache/skywalking-data-collect-protocol/tree/(Git Commit ID)
    * oap-server/server-query-plugin/query-graphql-plugin/src/main/resources/query-protocol https://github.com/apache/skywalking-query-protocol/tree/(Git Commit ID)
 
@@ -172,7 +171,6 @@ Release Candidate:
  * sha512 checksums
    - sha512xxxxyyyzzz apache-skywalking-apm-x.x.x-src.tgz
    - sha512xxxxyyyzzz apache-skywalking-apm-bin-x.x.x.tar.gz
-   - sha512xxxxyyyzzz apache-skywalking-apm-bin-x.x.x.zip
 
 Maven 2 staging repository:
 
@@ -186,7 +184,7 @@ Release CommitID :
 
  * https://github.com/apache/skywalking/tree/(Git Commit ID)
  * Git submodule
-   * skywalking-ui: https://github.com/apache/skywalking-rocketbot-ui/tree/(Git Commit ID)
+   * skywalking-ui: https://github.com/apache/skywalking-booster-ui/tree/(Git Commit ID)
    * apm-protocol/apm-network/src/main/proto: https://github.com/apache/skywalking-data-collect-protocol/tree/(Git Commit ID)
    * oap-server/server-query-plugin/query-graphql-plugin/src/main/resources/query-protocol https://github.com/apache/skywalking-query-protocol/tree/(Git Commit ID)