This is an automated email from the ASF dual-hosted git repository.
fokko pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg.git
The following commit(s) were added to refs/heads/main by this push:
new 732fbfd516 Docs: Update site docs (#9946)
732fbfd516 is described below
commit 732fbfd516a3dfb2028fd6795f8f564f70e44742
Author: Ajantha Bhat <[email protected]>
AuthorDate: Wed Mar 13 16:13:31 2024 +0530
Docs: Update site docs (#9946)
- Resolve Nessie version for site docs
- Add release notes link to template
---
site/docs/how-to-release.md | 2 ++
site/mkdocs.yml | 1 +
2 files changed, 3 insertions(+)
diff --git a/site/docs/how-to-release.md b/site/docs/how-to-release.md
index c775a718c4..de3bcf958c 100644
--- a/site/docs/how-to-release.md
+++ b/site/docs/how-to-release.md
@@ -294,6 +294,8 @@ evolution.
This release can be downloaded from:
https://www.apache.org/dyn/closer.cgi/iceberg/<TARBALL NAME WITHOUT
.tar.gz>/<TARBALL NAME>
+Release notes: https://iceberg.apache.org/releases/#XYZ-release
+
Java artifacts are available from Maven Central.
Thanks to everyone for contributing!
diff --git a/site/mkdocs.yml b/site/mkdocs.yml
index da7810f2ed..45df8d93bd 100644
--- a/site/mkdocs.yml
+++ b/site/mkdocs.yml
@@ -79,6 +79,7 @@ markdown_extensions:
extra:
icebergVersion: '1.5.0'
+ nessieVersion: '0.77.1'
social:
- icon: fontawesome/regular/comments
link: 'https://iceberg.apache.org/community/'