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

gurwls223 pushed a commit to branch branch-3.5
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/branch-3.5 by this push:
     new 69355a817fab Revert "[SPARK-53689][BUILD] Respect RELEASE_VERSION 
environment variable if already defined"
69355a817fab is described below

commit 69355a817fab9a2898188487f5302efd4dda1f49
Author: Hyukjin Kwon <[email protected]>
AuthorDate: Wed Sep 24 15:50:13 2025 +0900

    Revert "[SPARK-53689][BUILD] Respect RELEASE_VERSION environment variable 
if already defined"
    
    This reverts commit b1338f4504410c038d90cca0a01d1c8209fd140c.
---
 dev/create-release/release-util.sh | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/dev/create-release/release-util.sh 
b/dev/create-release/release-util.sh
index ce0149fb5159..acdecadeee33 100755
--- a/dev/create-release/release-util.sh
+++ b/dev/create-release/release-util.sh
@@ -106,9 +106,7 @@ function get_release_info {
   fi
 
   NEXT_VERSION="$VERSION"
-  if [ -z "$RELEASE_VERSION" ]; then
-    RELEASE_VERSION="${VERSION/-SNAPSHOT/}"
-  fi
+  RELEASE_VERSION="${VERSION/-SNAPSHOT/}"
   SHORT_VERSION=$(echo "$VERSION" | cut -d . -f 1-2)
   local REV=$(echo "$RELEASE_VERSION" | cut -d . -f 3)
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to