-
Notifications
You must be signed in to change notification settings - Fork 75
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(metadata): allow long summaries in output #1759
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I had forgotten charmcraft is grandfathered into unlimited-length summaries. Do you plan to deprecate that in a future major release? Or leave it as-is?
@mr-cal on input we limit the summary string to 200 characters ( charmcraft/charmcraft/models/project.py Lines 70 to 79 in 2d1e6d3
There's no current plan to reduce it further, as charmhub has quite a few that are longer. |
Ah, it's 200. Leaving it as-is is fine with me! |
Fixes #1758
More context in #1568