diff --git a/.asf.yaml b/.asf.yaml index 6dd2b79441..1c632570cb 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -21,7 +21,7 @@ # https://cwiki.apache.org/confluence/display/INFRA/Git+-+.asf.yaml+features github: - description: "Apache PyIceberg" + description: "PyIceberg" homepage: https://py.iceberg.apache.org/ labels: - iceberg diff --git a/mkdocs/docs/how-to-release.md b/mkdocs/docs/how-to-release.md index 1747c08348..b31a0dae1a 100644 --- a/mkdocs/docs/how-to-release.md +++ b/mkdocs/docs/how-to-release.md @@ -232,7 +232,7 @@ export LAST_COMMIT_ID=$(git rev-list ${GIT_TAG} 2> /dev/null | head -n 1) cat << EOF > release-announcement-email.txt To: dev@iceberg.apache.org -Subject: [VOTE] Release Apache PyIceberg $VERSION_WITH_RC +Subject: [VOTE] PyIceberg $VERSION_WITH_RC Hi Everyone, I propose that we release the following RC as the official PyIceberg $VERSION release. @@ -351,9 +351,9 @@ Send out an announcement on the dev mail list: ```text To: dev@iceberg.apache.org -Subject: [ANNOUNCE] Apache PyIceberg release +Subject: [ANNOUNCE] PyIceberg -I'm pleased to announce the release of Apache PyIceberg ! +I'm pleased to announce the release of PyIceberg ! Apache Iceberg is an open table format for huge analytic datasets. Iceberg delivers high query performance for tables with tens of petabytes of data, diff --git a/mkdocs/docs/verify-release.md b/mkdocs/docs/verify-release.md index 6148bfebdb..c11b9a466a 100644 --- a/mkdocs/docs/verify-release.md +++ b/mkdocs/docs/verify-release.md @@ -19,7 +19,7 @@ # Verifying a release -Each Apache PyIceberg release is validated by the community by holding a vote. A community release manager will prepare a release candidate and call a vote on the Iceberg dev list. To validate the release candidate, community members will test it out in their downstream projects and environments. +Each PyIceberg release is validated by the community by holding a vote. A community release manager will prepare a release candidate and call a vote on the Iceberg dev list. To validate the release candidate, community members will test it out in their downstream projects and environments. In addition to testing in downstream projects, community members also check the release’s signatures, checksums, and license documentation. @@ -48,13 +48,18 @@ Set an environment variable to the version to verify and path to use ```sh export PYICEBERG_VERSION= # e.g. 0.6.1rc3 +``` + +And a temp folder for the artifacts + +```sh export PYICEBERG_VERIFICATION_DIR=/tmp/pyiceberg/${PYICEBERG_VERSION} ``` Next, verify the `.asc` file. ```sh -svn checkout https://dist.apache.org/repos/dist/dev/iceberg/pyiceberg-${PYICEBERG_VERSION}/ ${PYICEBERG_VERIFICATION_DIR} +svn checkout https://dist.apache.org/repos/dist/dev/iceberg/pyiceberg-$PYICEBERG_VERSION/ ${PYICEBERG_VERIFICATION_DIR} cd ${PYICEBERG_VERIFICATION_DIR} diff --git a/mkdocs/mkdocs.yml b/mkdocs/mkdocs.yml index 679aff2578..421a923a51 100644 --- a/mkdocs/mkdocs.yml +++ b/mkdocs/mkdocs.yml @@ -44,6 +44,7 @@ theme: - navigation.tracking - navigation.tabs - navigation.tabs.sticky + - content.code.copy # Enables the copy button palette: - scheme: default toggle: