From 65575f6280dbb23e1b2e68b86a3a8ca6fedfcf70 Mon Sep 17 00:00:00 2001 From: tvalentyn Date: Mon, 22 Sep 2025 15:57:20 -0700 Subject: [PATCH 1/3] Clarify release-guide.md --- contributor-docs/release-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributor-docs/release-guide.md b/contributor-docs/release-guide.md index dc3f551b4629..e140e9080164 100644 --- a/contributor-docs/release-guide.md +++ b/contributor-docs/release-guide.md @@ -1052,7 +1052,7 @@ svn rm $OLD_RELEASE_VERSION # Delete all artifacts from old releases. svn commit -m "Adding artifacts for the ${RELEASE_VERSION} release and removing old artifacts" ``` -Make sure the last release's artifacts have been copied from `dist.apache.org` to `archive.apache.org`. +Make sure the old release's artifacts have been copied from `dist.apache.org` to [archive.apache.org](https://archive.apache.org/dist/beam/). This should happen automatically: [dev@ thread](https://lists.apache.org/thread.html/39c26c57c5125a7ca06c3c9315b4917b86cd0e4567b7174f4bc4d63b%40%3Cdev.beam.apache.org%3E) with context. #### Recordkeeping with ASF From dcea262ee57f2b0cd9d7bee5bccc075a98617d54 Mon Sep 17 00:00:00 2001 From: tvalentyn Date: Mon, 22 Sep 2025 16:01:39 -0700 Subject: [PATCH 2/3] Update contributor-docs/release-guide.md --- contributor-docs/release-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributor-docs/release-guide.md b/contributor-docs/release-guide.md index e140e9080164..59d19c490a2d 100644 --- a/contributor-docs/release-guide.md +++ b/contributor-docs/release-guide.md @@ -1052,7 +1052,7 @@ svn rm $OLD_RELEASE_VERSION # Delete all artifacts from old releases. svn commit -m "Adding artifacts for the ${RELEASE_VERSION} release and removing old artifacts" ``` -Make sure the old release's artifacts have been copied from `dist.apache.org` to [archive.apache.org](https://archive.apache.org/dist/beam/). +Make sure the old release's artifacts have been copied from to [archive.apache.org](https://archive.apache.org/dist/beam/). This should happen automatically: [dev@ thread](https://lists.apache.org/thread.html/39c26c57c5125a7ca06c3c9315b4917b86cd0e4567b7174f4bc4d63b%40%3Cdev.beam.apache.org%3E) with context. #### Recordkeeping with ASF From 6642d96a069fe957fbec7c5a7a3a469046599c13 Mon Sep 17 00:00:00 2001 From: tvalentyn Date: Mon, 22 Sep 2025 17:49:03 -0700 Subject: [PATCH 3/3] Update contributor-docs/release-guide.md --- contributor-docs/release-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributor-docs/release-guide.md b/contributor-docs/release-guide.md index 59d19c490a2d..c0209d6071b7 100644 --- a/contributor-docs/release-guide.md +++ b/contributor-docs/release-guide.md @@ -1052,7 +1052,7 @@ svn rm $OLD_RELEASE_VERSION # Delete all artifacts from old releases. svn commit -m "Adding artifacts for the ${RELEASE_VERSION} release and removing old artifacts" ``` -Make sure the old release's artifacts have been copied from to [archive.apache.org](https://archive.apache.org/dist/beam/). +Make sure the old release's artifacts have been copied to [archive.apache.org](https://archive.apache.org/dist/beam/). This should happen automatically: [dev@ thread](https://lists.apache.org/thread.html/39c26c57c5125a7ca06c3c9315b4917b86cd0e4567b7174f4bc4d63b%40%3Cdev.beam.apache.org%3E) with context. #### Recordkeeping with ASF