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 "<>" in the "What's new" string when publishing a new alpha version #464

Closed
nilsreichardt opened this issue Mar 9, 2023 · 0 comments · Fixed by #465
Closed

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

nilsreichardt opened this issue Mar 9, 2023 · 0 comments · Fixed by #465
Labels
bug Something isn't working. ci/cd

Comments

@nilsreichardt
Copy link
Member

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]
@nilsreichardt nilsreichardt added bug Something isn't working. ci/cd labels Mar 9, 2023
nilsreichardt added a commit that referenced this issue Mar 10, 2023
)

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working. ci/cd
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant