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

lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/paimon.git


The following commit(s) were added to refs/heads/master by this push:
     new 528ebcb7b [release] remove OLD_VERSION required in 
update_branch_version.sh (#3852)
528ebcb7b is described below

commit 528ebcb7bdc9e3b5f936db7ac8218d72b1c6fcd9
Author: chun ji <[email protected]>
AuthorDate: Tue Jul 30 21:29:01 2024 +0800

    [release] remove OLD_VERSION required in update_branch_version.sh (#3852)
---
 tools/releasing/update_branch_version.sh | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/tools/releasing/update_branch_version.sh 
b/tools/releasing/update_branch_version.sh
index 7dad1b072..ac42cc771 100755
--- a/tools/releasing/update_branch_version.sh
+++ b/tools/releasing/update_branch_version.sh
@@ -25,14 +25,8 @@ MVN=${MVN:-mvn}
 ##
 ## Required variables
 ##
-OLD_VERSION=${OLD_VERSION}
 NEW_VERSION=${NEW_VERSION}
 
-if [ -z "${OLD_VERSION}" ]; then
-    echo "NEW_VERSION was not set."
-    exit 1
-fi
-
 if [ -z "${NEW_VERSION}" ]; then
     echo "NEW_VERSION was not set."
     exit 1

Reply via email to