Browse Source

Fix a tiny bug in release doc (#13239)

3.2.0-release
Eric Gao 2 years ago committed by GitHub
parent
commit
c213c6fe34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/docs/en/contribute/release.md
  2. 2
      docs/docs/zh/contribute/release.md

2
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

2
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 许可证

Loading…
Cancel
Save