From 2cf427f71571052a7388bde1dd836bf80874d80c Mon Sep 17 00:00:00 2001 From: Stefan Ceriu Date: Mon, 26 Feb 2024 17:44:31 +0200 Subject: [PATCH] Attempt to fix multiline Testflight changelog... again --- ci_scripts/ci_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci_scripts/ci_common.sh b/ci_scripts/ci_common.sh index be843ada8..685e52e0b 100755 --- a/ci_scripts/ci_common.sh +++ b/ci_scripts/ci_common.sh @@ -83,7 +83,7 @@ generate_what_to_test_notes() { mkdir $TESTFLIGHT_DIR_PATH - NOTES=$(git log --pretty='- %an: %s' "$LATEST_TAG"..HEAD) + NOTES="$(git log --pretty='- %an: %s' "$LATEST_TAG"..HEAD)" echo "generate_what_to_test_notes: Generated notes:\n"$NOTES""