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

cdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new f10fe6d195 chore: Continued working on the release scripts.
f10fe6d195 is described below

commit f10fe6d1951f5edb30a79302a51f3e98b2aa9e83
Author: Christofer Dutz <[email protected]>
AuthorDate: Thu Jul 31 17:39:36 2025 +0200

    chore: Continued working on the release scripts.
---
 tools/release-0-update-generated-code.sh | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/tools/release-0-update-generated-code.sh 
b/tools/release-0-update-generated-code.sh
index 899b7e0bdc..f5318dcaaf 100755
--- a/tools/release-0-update-generated-code.sh
+++ b/tools/release-0-update-generated-code.sh
@@ -67,7 +67,7 @@ rm -r "$DIRECTORY/out"
 
 echo "Deleting generated-sources:"
 # Delete the PLC4J code (local)
-echo " - Deleting:  $DIRECTORY/plc4j/**"
+echo " - Deleting:  PLC4J"
 for dir in "$DIRECTORY/plc4j/drivers"/*; do
     SRC_DIR="$dir/src/main/generated"
     if [[ -d "$SRC_DIR" ]]; then
@@ -76,10 +76,12 @@ for dir in "$DIRECTORY/plc4j/drivers"/*; do
     fi
 done
 # Delete the PLC4C code (local)
-echo " - Deleting:  $DIRECTORY/plc4c/generated-sources"
+echo " - Deleting:  PLC4C"
+echo "🧹 Deleting files in: $DIRECTORY/plc4c/generated-sources"
 rm -r "$DIRECTORY/plc4c/generated-sources"
 # Delete the PLC4Go code (local)
-echo " - Deleting:  generated files in $DIRECTORY/plc4go/protocols"
+echo " - Deleting:  PLC4Go"
+echo "🧹 Deleting files in: $DIRECTORY/plc4go/protocols"
 find "$DIRECTORY/plc4go/protocols" -mindepth 2 -type f ! \( -name 
'StaticHelper.go' -o -name 'StaticHelper_test.go' \) -exec rm {} \;
 # Delete the PLC4Net code (local)
 echo " - Deleting:  generated files in $DIRECTORY/plc4net/drivers"

Reply via email to