Skip to content

Commit

Permalink
[Improve] Localization How to release (apache#257)
Browse files Browse the repository at this point in the history
  • Loading branch information
VampireAchao authored and wuchunfu committed Oct 22, 2023
1 parent 0be1b9a commit eba585d
Show file tree
Hide file tree
Showing 3 changed files with 791 additions and 5 deletions.
8 changes: 3 additions & 5 deletions community/release/How-to-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ If the query results are as follows, it means that the key is successfully creat
#### 2.4 Add the gpg public key to the KEYS file of the Apache SVN project warehouse
- Apache StreamPark Dev分支 https://dist.apache.org/repos/dist/dev/incubator/streampark
- Apache StreamPark Release分支 https://dist.apache.org/repos/dist/release/incubator/streampark/
- Apache StreamPark Branch Dev https://dist.apache.org/repos/dist/dev/incubator/streampark
- Apache StreamPark Branch Release https://dist.apache.org/repos/dist/release/incubator/streampark/
##### 2.4.1 Add public key to KEYS in dev branch
Expand Down Expand Up @@ -410,8 +410,6 @@ svn co https://dist.apache.org/repos/dist/dev/incubator/streampark dist/streampa
svn co --depth empty https://dist.apache.org/repos/dist/dev/incubator/streampark
```
#### 3.7 Publish the dev directory of the Apache SVN warehouse of the material package
Create a version number directory and name it in the form of ${release_version}-${RC_version}. RC_version starts from 1, that is, the candidate version starts from RC1. During the release process, there is a problem that causes the vote to fail. If it needs to be corrected, it needs to iterate the RC version , the RC version number needs to be +1. For example: Vote for version 2.1.0-RC1. If the vote passes without any problems, the RC1 version material will be released as the final version material. If there is a problem (when the streampark/incubator community votes, the voters will strictly check various release requirements and compliance issues) and need to be corrected, then re-initiate the vote after the correction, and the candidate version for the next vote is 2.1.0- RC2.
```shell
Expand All @@ -436,7 +434,7 @@ svn status
svn commit -m "release for StreamPark 2.1.0"
```
#### 3.8 Check Apache SVN Commit Results
#### 3.7 Check Apache SVN Commit Results
> Visit the address https://dist.apache.org/repos/dist/dev/incubator/streampark/2.1.0-RC1/ in the browser
Expand Down
12 changes: 12 additions & 0 deletions i18n/zh-CN/docusaurus-plugin-content-docs-community/current.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,17 @@
"sidebar.tutorialSidebar.category.Development Specification": {
"message": "开发规范",
"description": "The label for category Development Specification in sidebar tutorialSidebar"
},
"sidebar.tutorialSidebar.category.Contribution Guide": {
"message": "贡献指引",
"description": "The label for category Contribution Guide in sidebar tutorialSidebar"
},
"sidebar.tutorialSidebar.category.Submit Guide": {
"message": "代码提交",
"description": "The label for category Submit Guide in sidebar tutorialSidebar"
},
"sidebar.tutorialSidebar.category.Release": {
"message": "版本发布",
"description": "The label for category Release in sidebar tutorialSidebar"
}
}
Loading

0 comments on commit eba585d

Please sign in to comment.