Skip to content

Commit e51eb13

Browse files
authored
update release doc (#783)
1 parent 39cda68 commit e51eb13

File tree

2 files changed

+15
-12
lines changed

2 files changed

+15
-12
lines changed

community/how-to-release.md

+11-8
Original file line numberDiff line numberDiff line change
@@ -477,16 +477,16 @@ Hello Linkis Community,
477477
This is a call for vote to release Apache Linkis version ${release_version}-${rc_version}.
478478
479479
Release notes:
480-
https://github.com/apache/linkis/releases/tag/v${release_version}-${rc_version}
481-
480+
https://linkis.apache.org/download/release-notes-${release_version}
481+
482482
The release candidates:
483483
https://dist.apache.org/repos/dist/dev/linkis/${release_version}-${rc_version}/
484484
485-
Maven artifacts are available in a staging repository at:
485+
Maven artifacts are available in a staging repository at:
486486
https://repository.apache.org/content/repositories/orgapachelinkis-{staging-id}
487-
488-
Git tag for the release:
489-
https://github.com/apache/linkis/tree/v${release_version}-${rc_version}
487+
488+
Git branch for the release:
489+
https://github.com/apache/linkis/tree/${release_version}-${rc_version}
490490
491491
Keys to verify the Release Candidate:
492492
https://downloads.apache.org/linkis/KEYS
@@ -510,7 +510,10 @@ Hello Linkis Community,
510510
[] LICENSE and NOTICE files are correct for each Linkis repo.
511511
[] All files have license headers if necessary.
512512
[] No unlicensed compiled archives bundled in source archive.
513-
513+
514+
Steps to validate the release,Please refer to:
515+
https://linkis.apache.org/community/how-to-verify
516+
514517
Thanks,
515518
${Linkis Release Manager}
516519
```
@@ -572,7 +575,7 @@ Move source and binary packages from svn's `dev` directory to the `release` dire
572575
573576
```shell
574577
#Mobile source package and binary package
575-
$ 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}"
578+
$ 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}"
576579

577580
# The following operations decide whether to update the key of the release branch according to the actual situation
578581
# Clear the KEYS in the original release directory

i18n/zh-CN/docusaurus-plugin-content-docs-community/current/how-to-release.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ $ cd dist/linkis_svn_dev/
512512
$ svn status
513513
# 添加到svn版本
514514
$ svn add 1.1.2-RC1
515-
$ status
515+
$ svn status
516516
#提交至svn远程服务器
517517
$ svn commit -m "prepare for 1.1.2-RC1"
518518
@@ -670,9 +670,9 @@ Hello Apache Linkis PMC and Community,
670670
The vote closes now. The vote PASSES with
671671
672672
xx (+1 binding) votes from the PMC members,
673-
member one
674-
member two
675-
member three
673+
- member one
674+
- member two
675+
- member three
676676
...
677677
678678
xx (+1 non-binding) votes from the rest of the developer community,

0 commit comments

Comments
 (0)