We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The following changelog failed
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]
The text was updated successfully, but these errors were encountered:
Remove "<>" characters when publishing a new version to TestFlight (#465
be1d3c0
) 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: <img width="677" alt="image" src="https://user-images.githubusercontent.com/24459435/224182253-27090041-d8c6-4d11-ac30-6689215712f2.png"> Closes #464
Successfully merging a pull request may close this issue.
The following changelog failed
Converting it to the following string worked:
The text was updated successfully, but these errors were encountered: