Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Improve] Localization How to release #257

Merged
merged 1 commit into from
Sep 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading