forked from apache/hertzbeat
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Improve] remove 1.4 version doc and improve markdown format for MD001 (
apache#2585) Co-authored-by: Jast <[email protected]>
- Loading branch information
1 parent
bad28bc
commit b602d8c
Showing
224 changed files
with
90 additions
and
18,622 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
90 changes: 0 additions & 90 deletions
90
home/i18n/en/docusaurus-plugin-content-docs/version-v1.4.x.json
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...i18n/zh-cn/docusaurus-plugin-content-blog/2024-06-11-hertzbeat-v1.6.0-update.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# HertzBeat 1.6.0 升级指南 | ||
## HertzBeat 1.6.0 升级指南 | ||
|
||
### 注意:该指南适用于1.5.0向1.6.0版本升级 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -168,6 +168,8 @@ $ svn ci -m "add gpg key for muchunjin" | |
## 3. 准备物料 & 发布 | ||
### 准备发布物料 | ||
#### 3.1 基于 master 分支,创建一个名为 release-${release_version}-rcx 的分支,例如 release-1.6.0-rc1。并基于 release-1.6.0-rc1 分支创建一个名为 v1.6.0-rc1 的标签,并将此标签设置为预发布 | ||
```shell | ||
|
@@ -228,6 +230,8 @@ release-1.6.0-rc1 | |
生成的代码归档文件在 `dist/apache-hertzbeat-1.6.0-incubating-src.tar.gz` | ||
### 签名发布物料 | ||
#### 3.5 对二进制和源码包进行签名 | ||
将上步骤生成的三个文件包放到`dist`目录下(若无则新建目录),然后对文件包进行签名和SHA512校验和生成。 | ||
|
@@ -335,7 +339,7 @@ svn commit -m "release for HertzBeat 1.6.0-RC1" | |
## 4. 进入社区投票阶段 | ||
#### 4.1 发送社区投票邮件 | ||
### 4.1 发送社区投票邮件 | ||
发送社区投票邮件需要至少三个`+1`,且无`-1`。 | ||
|
@@ -426,7 +430,7 @@ ChunJin Mu | |
邮件内容中的一项是`Vote thread`,在 <https://lists.apache.org/[email protected]> 查看获取 | ||
#### 3.2 发送孵化社区投票邮件 | ||
### 3.2 发送孵化社区投票邮件 | ||
发送孵化社区投票邮件需要至少三个`+1`,且无`-1`。 | ||
|
@@ -529,13 +533,13 @@ ChunJin Mu | |
## 4. 完成最终发布步骤 | ||
#### 4.1 迁移源代码和二进制包 | ||
### 4.1 迁移源代码和二进制包 | ||
```shell | ||
svn mv https://dist.apache.org/repos/dist/dev/incubator/hertzbeat/1.6.0-RC1 https://dist.apache.org/repos/dist/release/incubator/hertzbeat/1.6.0 -m "transfer packages for 1.6.0-RC1" | ||
``` | ||
#### 4.2 添加新版本下载地址到官网 | ||
### 4.2 添加新版本下载地址到官网 | ||
<https://github.com/apache/hertzbeat/blob/master/home/docs/download.md> | ||
<https://github.com/apache/hertzbeat/blob/master/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/download.md> | ||
|
@@ -544,7 +548,7 @@ svn mv https://dist.apache.org/repos/dist/dev/incubator/hertzbeat/1.6.0-RC1 http | |
> 需要注意的是,下载链接可能需要一个小时后才会生效,请注意。 | ||
#### 4.3 Github 生成 Release | ||
### 4.3 Github 生成 Release | ||
基于 release-1.6.0-rc1 分支修改创建一个名为 v1.6.0 的标签,并将此标签设置为 latest release。 | ||
|
@@ -571,7 +575,7 @@ release note: xxx | |
然后将 release-1.6.0-rc1 分支重命名 为 release-1.6.0。 | ||
#### 4.4 发送新版本公告邮件 | ||
### 4.4 发送新版本公告邮件 | ||
> `Send to`: <[email protected]> <br /> | ||
> `cc`: <[email protected]> <br /> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.