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 da59f19646 chore: Continued working on the release scripts.
da59f19646 is described below

commit da59f196464980cd5c32a38c8547cbeb4cdbce92
Author: Christofer Dutz <[email protected]>
AuthorDate: Thu Jul 31 18:24:48 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 aaa176ed02..fb55c0d1f1 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 -pr "Have the RELEASE_NOTES been updated for this version? (yes/no) " yn
+read -p -r "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;

Reply via email to