This is an automated email from the ASF dual-hosted git repository.

casion pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/linkis-website.git


The following commit(s) were added to refs/heads/dev by this push:
     new a0dfafcf8c update how-to-release.md (#651)
a0dfafcf8c is described below

commit a0dfafcf8c0fcd097514b70a9bcd1a00ce3eecbc
Author: Casion <[email protected]>
AuthorDate: Thu Jan 5 15:31:57 2023 +0800

    update how-to-release.md (#651)
    
    * update how-to-release.md
    
    * update how-to-release.md
---
 docs/deployment/deploy-console.md                  |  1 -
 docs/deployment/deploy-quick.md                    |  1 -
 docs/development/directory-structure.md            |  2 -
 .../current/how-to-release.md                      | 60 ++++++++++------------
 .../current/how-to-verify.md                       | 10 ++--
 .../current/deployment/deploy-console.md           |  1 -
 .../current/deployment/deploy-quick.md             |  1 -
 .../current/deployment/directory-linkis.md         |  2 -
 .../current/development/directory-structure.md     |  2 -
 9 files changed, 34 insertions(+), 46 deletions(-)

diff --git a/docs/deployment/deploy-console.md 
b/docs/deployment/deploy-console.md
index 2d75f77f47..32d27162cf 100644
--- a/docs/deployment/deploy-console.md
+++ b/docs/deployment/deploy-console.md
@@ -16,7 +16,6 @@ Manually decompress: tar -xvf 
apache-linkis-x.x.x-incubating-web-bin.tar.gz
 The decompression directory is as follows.
 ```
 ├── config.sh
-├── DISCLAIMER
 ├── dist
 ├── install.sh
 ├── LICENSE
diff --git a/docs/deployment/deploy-quick.md b/docs/deployment/deploy-quick.md
index c282884c80..d026236be8 100644
--- a/docs/deployment/deploy-quick.md
+++ b/docs/deployment/deploy-quick.md
@@ -57,7 +57,6 @@ The unzipped directory structure is as follows
 -rw-r--r-- 1 hadoop hadoop 531847342 Feb 21 10:10 
apache-linkis-1.0.3-incubating-bin.tar.gz
 drwxrwxr-x 2 hadoop hadoop 4096 Feb 21 10:13 bin //Script to perform 
environment check and install
 drwxrwxr-x 2 hadoop hadoop 4096 Feb 21 10:13 deploy-config // Environment 
configuration information such as DB that depends on deployment
--rw-r--r-- 1 hadoop hadoop 1707 Jan 22 2020 DISCLAIMER-WIP
 -rw-r--r-- 1 hadoop hadoop 66058 Jan 22 2020 LICENSE
 drwxrwxr-x 2 hadoop hadoop 16384 Feb 21 10:13 licenses
 drwxrwxr-x 7 hadoop hadoop 4096 Feb 21 10:13 linkis-package // The actual 
package, including lib/service startup script tool/db initialization 
script/microservice configuration file, etc.
diff --git a/docs/development/directory-structure.md 
b/docs/development/directory-structure.md
index 8586e81818..b8863a83ff 100644
--- a/docs/development/directory-structure.md
+++ b/docs/development/directory-structure.md
@@ -116,7 +116,6 @@ sidebar_position: 0
 │ └── modify_license.sh
 ├── CONTRIBUTING_CN.md
 ├── CONTRIBUTING.md
-├── DISCLAIMER
 ├── linkis-tree.txt
 ├── mvnw
 ├── mvnw.cmd
@@ -147,7 +146,6 @@ sidebar_position: 0
 │ ├── lib
 │ └── sbin
 ├── NOTICE
-├── DISCLAIMER
 ├── LICENSE
 ├── README_CN.md
 └── README.md
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 704f75444e..90299ce7ec 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
@@ -521,7 +521,7 @@ $ svn commit -m "prepare for 1.1.2-RC1"
 若svn命令出现中文乱码,可尝试设置编码格式(设置编码格式:export LANG=en_US.UTF-8)。
  
  
-## 4 验证物料包&创建git tag
+## 4 验证物料包
 
 ### 4.1 验证流程 
 
@@ -529,28 +529,6 @@ $ svn commit -m "prepare for 1.1.2-RC1"
 
 详细可以参见[How to Verify release](/how-to-verify.md)
 
-### 4.2 创建git tag
-
-验证无误后,可以创建git tag
-
-:::caution 注意
-git tag 一旦创建不可删除(分支可以删除),所以在创建tag前 确保前面步骤相关的验证都没问题。
-:::
-
-**step1 创建新的 github release**
-
-进入到创建页面 https://github.com/apache/linkis/releases/new
-基于之前`release-1.1.2-rc1`分支创建名为`1.1.2-rc1`的tag,
-填写标题`Apache Linkis Release-1.1.2-RC1`,并勾选`This is a pre-release`,将该版本的release 
notes链接写入
-
-![image](https://user-images.githubusercontent.com/7869972/180214706-7228e5ae-f810-4e07-80fc-67fcf01688eb.png)
-
-**step2 检查**
-
-![image](https://user-images.githubusercontent.com/7869972/172566107-12475a5b-2fba-4dbe-9e96-f4a7a67aa4a9.png)
-
-
-
 ## 5 发起投票
 
 :::tip
@@ -564,14 +542,10 @@ git tag 一旦创建不可删除(分支可以删除),所以在创建tag前 确
 所有指向校验和、签名和公钥的链接都必须引用Apache主网站https://downloads.apache.org/并应使用https://(SSL)。
 例如:https://downloads.apache.org/linkis/KEYS
 
-目前是用的DISCLAIMER-WIP免责申明,请在邮件中加入此说明`As the DISCLAIMER-WIP shows....`。
-如果后续解决了WIP待处理的问题后,可以去掉。WIP的使用,详细可见 
https://issues.apache.org/jira/browse/LEGAL-469
-
-
 :::
 
 
-> Linkis 已经孵化毕业,自需要进行社区投票
+> Linkis 已经孵化毕业,只需要进行社区投票
 
 - Linkis 社区投票,发送邮件至:`[email protected]`
 - 在社区投票的邮件正文中的${Linkis Release Manager},填写负责本次发布的人员,一般是邮件发送人,如`Shuai Di`
@@ -731,6 +705,7 @@ ${Linkis Release Manager}
 ## 6 正式发布
 
 ### 6.1 迁移源码与二进制包
+
 :::caution 注意
 release的分支路径名不能带rc标识
 :::
@@ -770,7 +745,6 @@ $ svn delete 
https://dist.apache.org/repos/dist/release/linkis/${last_release_ve
 
 > 等仓库同步到其他数据源,一般需要24小时
 
-
 ### 6.4 更新下载页面
 
 <font color='red'>中英文文档都要更新</font>
@@ -786,11 +760,31 @@ linkis的官网下载地址应该指向apache的官方地址
 ```shell script
 
 ```
-### 6.5 GitHub 版本发布
+### 6.5 GitHub 版本创建
+
+:::caution 注意
+git tag 一旦创建不可删除(分支可以删除),所以在创建tag前 确保前面步骤都没问题。
+:::
+
+
+**step1 创建新的 github release**
+
+进入到创建页面 https://github.com/apache/linkis/releases/new
+基于之前`release-1.1.2-rc1`分支创建名为`1.1.2`的tag,
+填写标题`Apache Linkis Release-1.1.2`,将该版本的release notes 
`https://linkis.apache.org/download/release-notes-1.1.2`链接写入
+
+```shell script
+Release-1.1.2 
+Release Notes: https://linkis.apache.org/download/release-notes-1.1.2
+
+```
+![image](https://user-images.githubusercontent.com/7869972/210697538-2568c05f-20a5-4487-94f9-9e053116ba0e.png)
+
+**step2 检查**
+
+![image](https://user-images.githubusercontent.com/7869972/172566107-12475a5b-2fba-4dbe-9e96-f4a7a67aa4a9.png)
 
-1. 合并`${release_version}-RC`分支到`master`分支(如果未合并)
-2. 打正式版本tag,投票过程中的RC版本tag可以移除
-3. 在 [GitHub Releases](https://github.com/apache/linkis/releases) 
页面,更新版本号及版本说明等
+**step3  合并`${release_version}-RC`分支到`master`分支(如果未合并)**
 
 
 ## 7 邮件通知版本发布完成
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/how-to-verify.md 
b/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/how-to-verify.md
index a18aa457cc..1a91c6f212 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/how-to-verify.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/how-to-verify.md
@@ -153,6 +153,12 @@ Archives: 0
 
 
 #### 2.4.2 项目源码编译验证
+
+:::caution 注意:
+自2022.12.12起,受 Maven 中央仓库网络限制,阿里云云效 Maven 
中央代理仓库可能会出现部分新增依赖查找不到的情况(https://developer.aliyun.com/mvn/search)
+如果出现阿里云镜像部分依赖无法下载情况,可使用默认仓库
+::: 
+
 Mac OS/Linux
 ```shell
 $ ./mvnw -N install  
@@ -227,7 +233,6 @@ $ cd apache-linkis-${release_version}-bin
 
 进行如下检查:
 - [ ] 存在`LICENSE`和`NOTICE`文件
-- [ ] 存在`DISCLAIMER`或`DISCLAIMER-WIP`文件
 - [ ] `NOTICE`文件中的年份正确
 - [ ] 所有文本文件开头都有ASF许可证
 - [ ] 检查第三方依赖许可证:
@@ -282,5 +287,4 @@ I  checked:
 
 mvnw是Maven Wrapper的缩写。它可以支持运行 Maven 项目,而无需安装 Maven 
并配置环境变量。如果找不到它,它会根据配置文件,下载对应的 Maven 版本
 
-
-</font>
\ No newline at end of file
+</font>
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/deployment/deploy-console.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/deployment/deploy-console.md
index 127e9ae32d..b087a284e0 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/deployment/deploy-console.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/deployment/deploy-console.md
@@ -16,7 +16,6 @@ Linkis 提供了单独的前端管理台功能,提供了展示历史任务的
 解压后目录为:
 ```
 ├── config.sh
-├── DISCLAIMER
 ├── dist
 ├── install.sh
 ├── LICENSE
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/deployment/deploy-quick.md 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/deployment/deploy-quick.md
index 5926b6f886..bf49d7dacf 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/deployment/deploy-quick.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/deployment/deploy-quick.md
@@ -57,7 +57,6 @@ $ tar -xvf apache-linkis-x.x.x-incubating-bin.tar.gz
 -rw-r--r-- 1 hadoop hadoop 531847342 Feb 21 10:10 
apache-linkis-1.0.3-incubating-bin.tar.gz
 drwxrwxr-x 2 hadoop hadoop      4096 Feb 21 10:13 bin  //执行环境检查和安装的脚本
 drwxrwxr-x 2 hadoop hadoop      4096 Feb 21 10:13 deploy-config // 
部署时依赖的DB等环境配置信息
--rw-r--r-- 1 hadoop hadoop      1707 Jan 22  2020 DISCLAIMER-WIP
 -rw-r--r-- 1 hadoop hadoop     66058 Jan 22  2020 LICENSE
 drwxrwxr-x 2 hadoop hadoop     16384 Feb 21 10:13 licenses
 drwxrwxr-x 7 hadoop hadoop      4096 Feb 21 10:13 linkis-package // 
实际的软件包,包括lib/服务启动脚本工具/db的初始化脚本/微服务的配置文件等
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/deployment/directory-linkis.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/deployment/directory-linkis.md
index 29469b8528..8811c13cb6 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/deployment/directory-linkis.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/deployment/directory-linkis.md
@@ -115,7 +115,6 @@ sidebar_position: 7
 │   └── modify_license.sh
 ├── CONTRIBUTING_CN.md
 ├── CONTRIBUTING.md
-├── DISCLAIMER
 ├── linkis-tree.txt
 ├── mvnw
 ├── mvnw.cmd
@@ -146,7 +145,6 @@ sidebar_position: 7
 │   ├── lib
 │   └── sbin
 ├── NOTICE
-├── DISCLAIMER
 ├── LICENSE
 ├── README_CN.md
 └── README.md
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/development/directory-structure.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/development/directory-structure.md
index 19d7ba6945..1d2bc40741 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/development/directory-structure.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/development/directory-structure.md
@@ -110,7 +110,6 @@ sidebar_position: 2.0
 │   └── modify_license.sh
 ├── CONTRIBUTING_CN.md
 ├── CONTRIBUTING.md
-├── DISCLAIMER
 ├── linkis-tree.txt
 ├── mvnw
 ├── mvnw.cmd
@@ -145,7 +144,6 @@ sidebar_position: 2.0
 │   ├── lib
 │   └── sbin
 ├── NOTICE
-├── DISCLAIMER
 ├── LICENSE
 ├── README_CN.md
 └── README.md


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to