Skip to content

Commit c8b5036

Browse files
authored
Update release-guide.md for publishing docs (apache#2035)
1 parent 6f51d81 commit c8b5036

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

site/content/release-guide.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -371,19 +371,19 @@ Next, add a release tag to the git repository based on the candidate tag:
371371
```
372372
git 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

375376
Then 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
379385
To 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

388388
Send a mail to dev@iceberg.apache.org and announce@apache.org:
389389

0 commit comments

Comments
 (0)