Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove "<>" characters when publishing a new version to TestFlight #465

Merged
merged 1 commit into from
Mar 10, 2023

Conversation

nilsreichardt
Copy link
Member

The App Store does not allow "<>" characters in the changelog.

The changes transforms the string from:

Fix "sz pub get" not running for all packages. (#448) Co-authored-by: Nils Reichardt <[email protected]>

Converting it to the following string worked:

Fix "sz pub get" not running for all packages. (#448) Co-authored-by: Nils Reichardt [email protected]

Tested it locally:

image

Closes #464

@nilsreichardt
Copy link
Member Author

First I thought about replacing them (like with ()) but I think it's too overkill for now because it's makes it more complicated when we add other characters that are not allowed.

@nilsreichardt nilsreichardt added this pull request to the merge queue Mar 9, 2023
Merged via the queue into main with commit be1d3c0 Mar 10, 2023
@nilsreichardt nilsreichardt deleted the remove-<> branch March 10, 2023 00:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove "<>" in the "What's new" string when publishing a new alpha version
2 participants