You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by ca...@apache.org on 2022/12/21 09:53:03 UTC

[dolphinscheduler] branch dev updated: Fix a tiny bug in release doc (#13239)

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

caishunfeng pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new c213c6fe34 Fix a tiny bug in release doc (#13239)
c213c6fe34 is described below

commit c213c6fe34646a36e9ae422b686b410c0a944ad3
Author: Eric Gao <er...@gmail.com>
AuthorDate: Wed Dec 21 17:52:56 2022 +0800

    Fix a tiny bug in release doc (#13239)
---
 docs/docs/en/contribute/release.md | 2 +-
 docs/docs/zh/contribute/release.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/docs/en/contribute/release.md b/docs/docs/en/contribute/release.md
index a868f8b3a0..6cc34bc6be 100644
--- a/docs/docs/en/contribute/release.md
+++ b/docs/docs/en/contribute/release.md
@@ -352,7 +352,7 @@ Decompress `apache-dolphinscheduler-<VERSION>-src.tar.gz` then check the followi
 
 #### Check binary packages
 
-Decompress `apache-dolphinscheduler-<VERSION>-src.tar.gz` to check the following items:
+Decompress `apache-dolphinscheduler-<VERSION>-bin.tar.gz` to check the following items:
 
 - `LICENSE` and `NOTICE` files exist
 - Correct year in `NOTICE` file
diff --git a/docs/docs/zh/contribute/release.md b/docs/docs/zh/contribute/release.md
index 523046e1b4..af5972caf0 100644
--- a/docs/docs/zh/contribute/release.md
+++ b/docs/docs/zh/contribute/release.md
@@ -358,7 +358,7 @@ svn --username="${A_USERNAME}" commit -m "release ${VERSION}"
 
 #### 检查二进制包的文件内容
 
-解压缩`apache-dolphinscheduler-<VERSION>-src.tar.gz`进行如下检查:
+解压缩`apache-dolphinscheduler-<VERSION>-bin.tar.gz`进行如下检查:
 
 - 存在`LICENSE`和`NOTICE`文件
 - 所有文本文件开头都有 ASF 许可证