Attempt to fix multiline Testflight changelog
This commit is contained in:
committed by
Stefan Ceriu
parent
0399af52d9
commit
661a3538b4
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user