This is an automated email from the ASF dual-hosted git repository.
mikexue pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-eventmesh-site.git
The following commit(s) were added to refs/heads/master by this push:
new 47e35aa update apache-release.md
47e35aa is described below
commit 47e35aa68b9c7a29817dfa279f738f55a6a5b60d
Author: xwm1992 <[email protected]>
AuthorDate: Mon Dec 20 17:54:39 2021 +0800
update apache-release.md
---
community/apache-release.md | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/community/apache-release.md b/community/apache-release.md
index 1ffc0ce..2920006 100644
--- a/community/apache-release.md
+++ b/community/apache-release.md
@@ -277,7 +277,7 @@ $ mkdir ${release_version}-${rc_version}
在`${release_version}-release`分支上创建tag,需带有rc版本,为预发布版本
```shell
-$ git tag -a v{$release_version}-{$rc_version} -m "Tagging the
${release_version} first Releae Candidate (Candidates start at zero)"
+$ git tag -a v{$release_version}-{$rc_version} -m "Tagging the
${release_version} first Release Candidate (Candidates start at zero)"
$ git push origin --tags
```
@@ -296,10 +296,12 @@ $ tar -czvf
apache-eventmesh-${release_version}-incubating-source.tar.gz apache-
检查编译后的文件命名,将二进制文件命名为`apache-eventmesh-${release_version}-incubating`
```shell
-$ gradle clean dist tar -x test
+$ gradle clean jar dist && gradle installPlugin && gradle tar -x test
$ tar -czvf apache-eventmesh-${release_version}-incubating-bin.tar.gz
apache-eventmesh-${release_version}-incubating
```
+>
注:需将源码根目录下的`NOTICE`文件,`DISCLAIMER-WIP`文件以及`tools/third-party-licenses`目录下的`LICENSE`文件拷贝到二进制的包中
+
压缩source包、bin包,并将相关的压缩包拷贝到svn本地仓库下`/apache/eventmesh/${release_version}-${rc_version}`
### 5.生成签名/sha512文件
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]