Skip to content

Commit

Permalink
update release doc (#783)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuoPhilipse authored Jan 3, 2024
1 parent 39cda68 commit e51eb13
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 12 deletions.
19 changes: 11 additions & 8 deletions community/how-to-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -477,16 +477,16 @@ Hello Linkis Community,
This is a call for vote to release Apache Linkis version ${release_version}-${rc_version}.
Release notes:
https://github.com/apache/linkis/releases/tag/v${release_version}-${rc_version}
https://linkis.apache.org/download/release-notes-${release_version}
The release candidates:
https://dist.apache.org/repos/dist/dev/linkis/${release_version}-${rc_version}/
Maven artifacts are available in a staging repository at:
Maven artifacts are available in a staging repository at:
https://repository.apache.org/content/repositories/orgapachelinkis-{staging-id}
Git tag for the release:
https://github.com/apache/linkis/tree/v${release_version}-${rc_version}
Git branch for the release:
https://github.com/apache/linkis/tree/${release_version}-${rc_version}
Keys to verify the Release Candidate:
https://downloads.apache.org/linkis/KEYS
Expand All @@ -510,7 +510,10 @@ Hello Linkis Community,
[] LICENSE and NOTICE files are correct for each Linkis repo.
[] All files have license headers if necessary.
[] No unlicensed compiled archives bundled in source archive.
Steps to validate the release,Please refer to:
https://linkis.apache.org/community/how-to-verify
Thanks,
${Linkis Release Manager}
```
Expand Down Expand Up @@ -572,7 +575,7 @@ Move source and binary packages from svn's `dev` directory to the `release` dire
```shell
#Mobile source package and binary package
$ svn mv https://dist.apache.org/repos/dist/dev/linkis/${release_version}-${rc_version} https://dist.apache.org/repos/dist/release/ linkis/ -m "transfer packages for ${release_version}-${rc_version}"
$ svn mv https://dist.apache.org/repos/dist/dev/linkis/${release_version}-${rc_version} https://dist.apache.org/repos/dist/release/linkis/${release_version} -m "transfer packages for ${release_version}-${rc_version}"

# The following operations decide whether to update the key of the release branch according to the actual situation
# Clear the KEYS in the original release directory
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ $ cd dist/linkis_svn_dev/
$ svn status
# 添加到svn版本
$ svn add 1.1.2-RC1
$ status
$ svn status
#提交至svn远程服务器
$ svn commit -m "prepare for 1.1.2-RC1"
Expand Down Expand Up @@ -670,9 +670,9 @@ Hello Apache Linkis PMC and Community,
The vote closes now. The vote PASSES with
xx (+1 binding) votes from the PMC members,
member one
member two
member three
- member one
- member two
- member three
...
xx (+1 non-binding) votes from the rest of the developer community,
Expand Down

0 comments on commit e51eb13

Please sign in to comment.