casionone commented on code in PR #623:
URL:
https://github.com/apache/incubator-linkis-website/pull/623#discussion_r1045352971
##########
i18n/zh-CN/docusaurus-plugin-content-docs-community/current/how-to-release.md:
##########
@@ -259,12 +259,13 @@ mvn --encrypt-password <apache password>
从待发布分支拉取新分支作为待发布分支,如现在要发布$`{release_version}`版本,则从待发布分支拉取新分支`release-${release_version}-${condition_version}`,
此后所有操作都在`release-${release_version}-${condition_version}`分支上进行。
-step1 基于待发布的开发分支,创建release-${release_version}-rcx分支
+#### 2.1.1 基于待发布的开发分支,创建release-${release_version}-rcx分支
如当前开发的源码分支为dev-1.1.2,需要发布1.1.2的版本,创建分支:release-1.1.2-rc1
+

-step2 clone对应的release分支到本地
+#### 2.1.2 clone对应的release分支到本地
```shell script
Review Comment:
`#### step2 clone对应的release分支到本地 `
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]