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

xianjin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-uniffle.git


The following commit(s) were added to refs/heads/master by this push:
     new 5ce460571 Update create-package.sh (#2019)
5ce460571 is described below

commit 5ce460571a8aa11197b237264dcc9012048698f1
Author: roryqi <ror...@apache.org>
AuthorDate: Wed Aug 7 19:43:42 2024 +0800

    Update create-package.sh (#2019)
    
    ### What changes were proposed in this pull request?
    Update create-package.sh
    
    ### Why are the changes needed?
    I renamed `DISCLAIMER-WIP` to `DISCLAIMER`.
    
    ### Does this PR introduce _any_ user-facing change?
    No.
    
    ### How was this patch tested?
    No need.
---
 release/create-package.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/release/create-package.sh b/release/create-package.sh
index 50fb240cc..f734f8d8f 100755
--- a/release/create-package.sh
+++ b/release/create-package.sh
@@ -85,7 +85,7 @@ package_binary() {
   tar -zxf $BIN_ORIGIN_NAME
   cp "${PROJECT_DIR}/LICENSE-binary" "${BIN_DIR_NAME}/LICENSE"
   cp "${PROJECT_DIR}/NOTICE-binary" "${BIN_DIR_NAME}/NOTICE"
-  cp "${PROJECT_DIR}/DISCLAIMER-WIP" ${BIN_DIR_NAME}
+  cp "${PROJECT_DIR}/DISCLAIMER" ${BIN_DIR_NAME}
   cp -r "${PROJECT_DIR}/licenses-binary" "${BIN_DIR_NAME}/licenses"
   tar -zcf $BIN_TGZ_FILE $BIN_DIR_NAME
 

Reply via email to