Attempt to fix multiline Testflight changelog

This commit is contained in:
Stefan Ceriu
2024-02-22 11:56:12 +02:00
committed by Stefan Ceriu
parent 0399af52d9
commit 661a3538b4

View File

@@ -85,8 +85,8 @@ generate_what_to_test_notes() {
NOTES=$(git log --pretty='- %an: %s' "$LATEST_TAG"..HEAD)
echo "generate_what_to_test_notes: Generated notes:\n$NOTES"
echo "generate_what_to_test_notes: Generated notes:\n"$NOTES""
echo $NOTES > $TESTFLIGHT_DIR_PATH/$TESTFLIGHT_NOTES_FILE_NAME
echo "$NOTES" > $TESTFLIGHT_DIR_PATH/$TESTFLIGHT_NOTES_FILE_NAME
fi
}