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

leonard pushed a commit to branch release_utils
in repository 
https://gitbox.apache.org/repos/asf/flink-connector-shared-utils.git


The following commit(s) were added to refs/heads/release_utils by this push:
     new f6985af  [hotfix] Parameter '--message' is required for SVN delete 
command
f6985af is described below

commit f6985affda63eac5c66864010d20afcb70dce112
Author: Leonard Xu <[email protected]>
AuthorDate: Thu Jun 8 18:39:50 2023 +0800

    [hotfix] Parameter '--message' is required for SVN delete command
---
 stage_source_release.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/stage_source_release.sh b/stage_source_release.sh
index a8dd23e..e84d4fc 100755
--- a/stage_source_release.sh
+++ b/stage_source_release.sh
@@ -63,7 +63,7 @@ function deploy_source_release {
   release=${project}-${version}
 
   echo "Deploying source release v${version}"
-  echo "To revert this step, run 'svn delete ${SVN_DEV_DIR}/${release}'"
+  echo "To revert this step, run 'svn delete ${SVN_DEV_DIR}/${release} 
--message \"[Revert] Delete ${SVN_DEV_DIR}/${release}\"'"
 
   svn_dir=${RELEASE_DIR}/svn
   rm -rf ${svn_dir}

Reply via email to