This is an automated email from the ASF dual-hosted git repository.
peacewong pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-linkis-website.git
The following commit(s) were added to refs/heads/dev by this push:
new 2527474 update how-to-release.md
new b6461ed Merge pull request #84 from casionone/fix
2527474 is described below
commit 2527474905b72f8daadfdb39d76a6cae56d8909f
Author: casionone <[email protected]>
AuthorDate: Fri Dec 31 16:35:30 2021 +0800
update how-to-release.md
---
community/how-to-release.md | 6 +++---
docusaurus.config.js | 10 +++++-----
.../current/how-to-release.md | 22 +++++++++++-----------
3 files changed, 19 insertions(+), 19 deletions(-)
diff --git a/community/how-to-release.md b/community/how-to-release.md
index de66d3f..088f09b 100644
--- a/community/how-to-release.md
+++ b/community/how-to-release.md
@@ -334,8 +334,8 @@ The detailed verification process can be found in
[Verification Candidate Versio
## 3 Publish the Apache SVN repository
-- The Linkis DEV branch
(https://dist.apache.org/repos/dist/dev/incubator/linkis) is used to store the
source code and binary materials of the candidate version
-- The RC version voted by the Linkis Release branch
(https://dist.apache.org/repos/dist/release/incubator/linkis) will eventually
be moved to the release library
+- The Linkis [DEV
branch](https://dist.apache.org/repos/dist/dev/incubator/linkis) is used to
store the source code and binary materials of the candidate version
+- The RC version voted by the Linkis [Release
branch](https://dist.apache.org/repos/dist/release/incubator/linkis) will
eventually be moved to the release library
### 3.1 Check out the Linkis release directory
@@ -373,7 +373,7 @@ svn status
svn add 1.0.3-RC1
svn status
# Submit to svn remote server
-#svn commit -m "prepare for 1.0.3-RC1"
+svn commit -m "prepare for 1.0.3-RC1"
```
diff --git a/docusaurus.config.js b/docusaurus.config.js
index d14db64..db5c069 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -76,11 +76,11 @@ const darkCodeTheme =
require('prism-react-renderer/themes/dracula');
defaultMode: 'light',
disableSwitch: true
},
- announcementBar: {
- id: 'announcementBar-2', // Increment on change
- content: `⭐️ If you like Apache Linkis , give it a star on <a
target="_blank" rel="noopener noreferrer"
href="https://github.com/apache/incubator-linkis">GitHub</a>`,
- backgroundColor: "#BBDFFF",
- },
+// announcementBar: {
+// id: 'announcementBar-2', // Increment on change
+// content: `⭐️ If you like Apache Linkis , give it a star on <a
target="_blank" rel="noopener noreferrer"
href="https://github.com/apache/incubator-linkis">GitHub</a>`,
+// backgroundColor: "#BBDFFF",
+// },
navbar: {
title: 'Apache Linkis(Incubating)',
logo: {
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/how-to-release.md
b/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/how-to-release.md
index 92c73d8..2843df5 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/how-to-release.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/how-to-release.md
@@ -339,8 +339,8 @@ for i in *.tar.gz; do echo $i; gpg --verify $i.asc $i ; done
## 3 发布Apache SVN仓库
-- Linkis
DEV分支(https://dist.apache.org/repos/dist/dev/incubator/linkis)用来存储候选版本的源码和二进制等原始物料
-- Linkis
Release分支(https://dist.apache.org/repos/dist/release/incubator/linkis)投票通过的RC版本,最终会移动到release库中
+- Linkis [DEV分支](https://dist.apache.org/repos/dist/dev/incubator/linkis)
用来存储候选版本的源码和二进制等原始物料
+- Linkis
[Release分支](https://dist.apache.org/repos/dist/release/incubator/linkis)
投票通过的RC版本,最终会移动到release库中
### 3.1 检出Linkis发布目录
@@ -378,8 +378,8 @@ svn status
# 添加到svn版本
svn add 1.0.3-RC1
svn status
-# 提交至svn远程服务器
-#svn commit -m "prepare for 1.0.3-RC1"
+#提交至svn远程服务器
+svn commit -m "prepare for 1.0.3-RC1"
```
@@ -503,16 +503,16 @@ ${Linkis Release Manager}
> Linkis 仍在孵化阶段,需要进行两次投票
-- Linkis社区投票,发送邮件至:`[email protected]`
-- incubator社区投票,发送邮件至:`[email protected]` Linkis毕业后,只需要在Linkis社区投票
+- Linkis 社区投票,发送邮件至:`[email protected]`
+- incubator 社区投票,发送邮件至:`[email protected]` Linkis毕业后,只需要在Linkis社区投票
-### 5.1 Linkis社区投票阶段
+### 5.1 Linkis 社区投票阶段
-1. Linkis社区投票,发起投票邮件到`[email protected]`。PMC需要先按照文档检查版本的正确性,然后再进行投票。
经过至少72小时并统计到3个`+1 PMC member`票后,即可进入下一阶段的投票。
+1. Linkis 社区投票,发起投票邮件到`[email protected]`。PMC需要先按照文档检查版本的正确性,然后再进行投票。
经过至少72小时并统计到3个`+1 PMC member`票后,即可进入下一阶段的投票。
2. 宣布投票结果,发起投票结果邮件到`[email protected]`。
-#### 5.1.1 Linkis社区投票模板
+#### 5.1.1 Linkis 社区投票模板
```html
标题:
@@ -597,7 +597,7 @@ ${Linkis Release Manager}
1. Incubator社区投票,发起投票邮件到`[email protected]`,需3个 `+1 IPMC
Member`投票,方可进入下一阶段。
2. 宣布投票结果,发起投票结果邮件到`[email protected]` 并抄送至`[email protected]`。
-#### 5.2.1 Incubator社区投票模板
+#### 5.2.1 Incubator 社区投票模板
```html
标题:[VOTE] Release Apache Linkis(Incubating) ${release_version} ${rc_version}
@@ -727,7 +727,7 @@ $ svn delete
https://dist.apache.org/repos/dist/release/incubator/linkis/${last_
> 等仓库同步到其他数据源,一般需要24小时
-### 6.5 GitHub版本发布
+### 6.5 GitHub 版本发布
1. 基于最终发布的分支或则commit id打上tag。
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]