@@ -477,16 +477,16 @@ Hello Linkis Community,
477
477
This is a call for vote to release Apache Linkis version ${release_version}-${rc_version}.
478
478
479
479
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
+
482
482
The release candidates:
483
483
https://dist.apache.org/repos/dist/dev/linkis/${release_version}-${rc_version}/
484
484
485
- Maven artifacts are available in a staging repository at:
485
+ Maven artifacts are available in a staging repository at:
486
486
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}
490
490
491
491
Keys to verify the Release Candidate:
492
492
https://downloads.apache.org/linkis/KEYS
@@ -510,7 +510,10 @@ Hello Linkis Community,
510
510
[] LICENSE and NOTICE files are correct for each Linkis repo.
511
511
[] All files have license headers if necessary.
512
512
[] 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
+
514
517
Thanks,
515
518
${Linkis Release Manager}
516
519
```
@@ -572,7 +575,7 @@ Move source and binary packages from svn's `dev` directory to the `release` dire
572
575
573
576
` ` ` shell
574
577
# 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} "
576
579
577
580
# The following operations decide whether to update the key of the release branch according to the actual situation
578
581
# Clear the KEYS in the original release directory
0 commit comments