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 6dbb2dd670 chore: Continued working on the release scripts.
6dbb2dd670 is described below
commit 6dbb2dd670b3baa674e47325300d627119284af1
Author: Christofer Dutz <[email protected]>
AuthorDate: Thu Jul 31 18:26:12 2025 +0200
chore: Continued working on the release scripts.
---
tools/release-1-create-branch.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/release-1-create-branch.sh b/tools/release-1-create-branch.sh
index fb55c0d1f1..d3fe57d139 100755
--- a/tools/release-1-create-branch.sh
+++ b/tools/release-1-create-branch.sh
@@ -50,7 +50,7 @@ echo "New develop Version: '$NEW_VERSION'"
# 3. Ask if the RELEASE_NOTES have been filled out at all (local)
########################################################################################################################
-read -p -r "Have the RELEASE_NOTES been updated for this version? (yes/no) " yn
+read -r -p "Have the RELEASE_NOTES been updated for this version? (yes/no) " yn
case $yn in
yes ) echo continuing with the process;;
no ) echo Please update the RELEASE_NOTES first;