You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by da...@apache.org on 2023/04/20 18:53:41 UTC

[beam] branch users/damccorm/wheels created (now 0393bed75be)

This is an automated email from the ASF dual-hosted git repository.

damccorm pushed a change to branch users/damccorm/wheels
in repository https://gitbox.apache.org/repos/asf/beam.git


      at 0393bed75be Add release number to python wheels script

This branch includes the following new commits:

     new 0393bed75be Add release number to python wheels script

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[beam] 01/01: Add release number to python wheels script

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

damccorm pushed a commit to branch users/damccorm/wheels
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 0393bed75be3cabcc15eb35ff6d6319b4bc6fb82
Author: Danny McCormick <da...@google.com>
AuthorDate: Thu Apr 20 14:53:30 2023 -0400

    Add release number to python wheels script
---
 release/src/main/scripts/build_release_candidate.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/release/src/main/scripts/build_release_candidate.sh b/release/src/main/scripts/build_release_candidate.sh
index 127e83fe0b4..409e9ff95c1 100755
--- a/release/src/main/scripts/build_release_candidate.sh
+++ b/release/src/main/scripts/build_release_candidate.sh
@@ -295,7 +295,8 @@ if [[ $confirmation = "y" ]]; then
     --repo-url "${GIT_REPO_BASE_URL}" \
     --rc-tag "${RC_TAG}" \
     --release-commit "${RELEASE_COMMIT}" \
-    --artifacts_dir "${SVN_ARTIFACTS_DIR}"
+    --artifacts_dir "${SVN_ARTIFACTS_DIR}" \
+    --rc_num "${RC_NUM}"
 
   cd "${SVN_ARTIFACTS_DIR}"