Skip to content

Commit

Permalink
Merge pull request #94 from xwm1992/v1.9.0-release-note
Browse files Browse the repository at this point in the history
update 04-release.md
  • Loading branch information
wqliang authored Jul 3, 2023
2 parents f14bac0 + f4eb444 commit 3b6df69
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions community/04-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -406,13 +406,13 @@ Your decision? 5
Then check the signature with the following command

```shell
$ gpg --verify apache-eventmesh-${release_version}-source.tar.gz.asc apache-eventmesh-${release_version}-source-tar.gz
$ gpg --verify apache-eventmesh-${release_version}-source.tar.gz.asc apache-eventmesh-${release_version}-source.tar.gz
$ gpg --verify apache-eventmesh-${release_version}-bin.tar.gz.asc apache-eventmesh-${release_version}-bin.tar.gz
```

### 2. Check the file content of the source package

Unzip `apache-eventmesh-${release_version}-source-tar.gz` and check as follows:
Unzip `apache-eventmesh-${release_version}-source.tar.gz` and check as follows:

- Check whether the source package contains unnecessary files, causing the tar package to be too large

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ $ gpg --verify apache-eventmesh-${release_version}-bin.tar.gz.asc apache-eventme
### 2.检查源码包的文件内容
解压缩`apache-eventmesh-${release_version}-source-tar.gz`,进行如下检查:
解压缩`apache-eventmesh-${release_version}-source.tar.gz`,进行如下检查:
- 检查源码包是否包含由于包含不必要文件,致使tar包过于庞大
- 存在`LICENSE`和`NOTICE`文件
Expand Down

0 comments on commit 3b6df69

Please sign in to comment.