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

ensure changelog uses softwraps #1351

Open
ashleygwilliams opened this issue Aug 20, 2024 · 2 comments
Open

ensure changelog uses softwraps #1351

ashleygwilliams opened this issue Aug 20, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@ashleygwilliams
Copy link
Member

chatted briefly with @zanieb and it seemes the github release notes use a different renderer than the code renderer (is this new???) and so their changelog was displayed with hard wraps. since we are processing that string anyways, we could/should update it to make sure it will display properly in github.

@ashleygwilliams ashleygwilliams added the bug Something isn't working label Aug 20, 2024
@zanieb
Copy link
Contributor

zanieb commented Aug 20, 2024

Thanks! It's not pretty, but the problematic lines are at https://github.com/astral-sh/uv/blob/c3c05c46028de8903fbfea1235cc27804d9795ad/CHANGELOG.md?plain=1#L5-L29 which renders as

Screenshot 2024-08-20 at 2 03 13 PM

@zanieb
Copy link
Contributor

zanieb commented Aug 28, 2024

Guess this is a duplicate of #218

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants