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-docs.git
The following commit(s) were added to refs/heads/main by this push:
new e4637d87 Add nessie version update info in how-to-release.md (#206)
e4637d87 is described below
commit e4637d87c1a7bf4b419b35268773d2b4af231649
Author: Ajantha Bhat <[email protected]>
AuthorDate: Mon Mar 13 18:15:03 2023 +0530
Add nessie version update info in how-to-release.md (#206)
---
landing-page/content/common/how-to-release.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/landing-page/content/common/how-to-release.md
b/landing-page/content/common/how-to-release.md
index 34f2b14b..0148f168 100644
--- a/landing-page/content/common/how-to-release.md
+++ b/landing-page/content/common/how-to-release.md
@@ -334,7 +334,8 @@ git push apache latest
The last step is to update the `main` branch in `iceberg-docs` to set the
latest version.
A PR needs to be published in the `iceberg-docs` repository with the following
changes:
1. Update variable `latestVersions.iceberg` to the new release version in
`landing-page/config.toml`
-2. Update variable `latestVersions.iceberg` to the new release version in
`docs/config.toml`
+2. Update variable `latestVersions.iceberg` to the new release version and
+`versions.nessie` to the version of `org.projectnessie.nessie:*` from
[versions.props](https://github.com/apache/iceberg/blob/master/versions.props)
in `docs/config.toml`
3. Mark the current latest release notes to past releases under
`landing-page/content/common/release-notes.md`
4. Add release notes for the new release version in
`landing-page/content/common/release-notes.md`