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

fix: wrap comments with words > 80 chars correctly #232

Merged
merged 2 commits into from
Jun 12, 2023

Conversation

MarshallOfSound
Copy link
Member

Previously we would lose parts of the comment and create a massive multi-line comment instead of just using the whole string.

Fixes #231

Previously we would lose parts of the comment and create a massive multi-line comment instead of just using the whole string.
@MarshallOfSound MarshallOfSound requested review from a team as code owners June 9, 2023 10:09
src/utils.ts Outdated Show resolved Hide resolved
src/utils.ts Show resolved Hide resolved
src/utils.ts Show resolved Hide resolved
@MarshallOfSound MarshallOfSound merged commit 74cfe73 into main Jun 12, 2023
@MarshallOfSound MarshallOfSound deleted the fix-comment-wrapping branch June 12, 2023 18:08
@continuous-auth
Copy link

🎉 This PR is included in version 8.14.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

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.

Long Text With No Whitespace Causes Blank Newlines
3 participants