This is an automated email from the ASF dual-hosted git repository. danhaywood pushed a commit to branch v3 in repository https://gitbox.apache.org/repos/asf/causeway-app-petclinic.git
commit 2ad655f6f8d5688a7ad596236188db3f0f67c47a Author: Dan Haywood <[email protected]> AuthorDate: Wed Nov 19 06:24:23 2025 +0000 comments only --- tagger.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tagger.sh b/tagger.sh index 99e3b2a..8ad6a7d 100755 --- a/tagger.sh +++ b/tagger.sh @@ -99,7 +99,7 @@ do for COMMIT in $(git log $PREV_TAG..$TAG --pretty=format:"%H" --reverse) do - echo "git cherry-pick $COMMIT" + echo " git cherry-pick $COMMIT" if [ "$EXECUTE" = "true" ] then git cherry-pick $COMMIT
