Browse Source

Fix a tiny bug in release doc (#13239)

Eric Gao 2 years ago
parent
commit
c213c6fe34
2 changed files with 2 additions and 2 deletions
  1. 1 1
      docs/docs/en/contribute/release.md
  2. 1 1
      docs/docs/zh/contribute/release.md

+ 1 - 1
docs/docs/en/contribute/release.md

@@ -352,7 +352,7 @@ Decompress `apache-dolphinscheduler-<VERSION>-src.tar.gz` then check the followi
 
 
 #### Check binary packages
 #### 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
 - `LICENSE` and `NOTICE` files exist
 - Correct year in `NOTICE` file
 - Correct year in `NOTICE` file

+ 1 - 1
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`文件
 - 存在`LICENSE`和`NOTICE`文件
 - 所有文本文件开头都有 ASF 许可证
 - 所有文本文件开头都有 ASF 许可证