mirror of
https://github.com/element-hq/element-x-ios.git
synced 2025-03-10 13:37:11 +00:00
Attempt to fix multiline Testflight changelog
This commit is contained in:
parent
730d099a76
commit
6d7471e161
@ -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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user