File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -371,19 +371,19 @@ Next, add a release tag to the git repository based on the candidate tag:
371371```
372372git tag -a apache-polaris-x.y.z apache-polaris-x.y.z-rci
373373```
374+ Update GitHub with the release: https://github.com/apache/polaris/releases/tag/apache-polaris-x.y.z
374375
375376Then release the candidate repository on [ Nexus] ( https://repository.apache.org/#stagingRepositories ) .
376377
377- ### Announcing the release
378+ ### Publishing docs
379+ 1 . Open a PR against branch [ ` versioned-docs ` ] ( https://github.com/apache/polaris/tree/versioned-docs ) to publish the documentation
380+ 2 . Open a PR against the ` main ` branch to update website
381+ - Add download links and release notes in [ Download page] ( https://github.com/apache/polaris/blob/main/site/content/downloads/_index.md )
382+ - Add the release in the [ website menu] ( https://github.com/apache/polaris/blob/main/site/hugo.yaml )
378383
384+ ### Announcing the release
379385To announce the release, wait until Maven Central has mirrored the artifacts.
380386
381- Create a PR to update website:
382- * [ Download page] ( https://github.com/apache/polaris/blob/main/site/content/downloads.md )
383- * Copy release documentation from the release source distribution (` cp -r site/content/in-dev/unreleased site/content/in-dev/x.y.z ` )
384- * Add the release in the [ website menu] ( https://github.com/apache/polaris/blob/main/site/hugo.yaml )
385-
386- Update GitHub with the release: https://github.com/apache/polaris/releases/tag/apache-polaris-x.y.z
387387
388388Send a mail to dev@iceberg.apache.org and announce@apache.org :
389389
You can’t perform that action at this time.
0 commit comments