-
Notifications
You must be signed in to change notification settings - Fork 223
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
Add support for multiline description; remove 70 chars limitation #622
Add support for multiline description; remove 70 chars limitation #622
Conversation
@eed3si9n Any update on this one? Do you still want to preserve initial behavior? |
@eugeniyk Sorry about the delay. To be honest, I don't have strong opinion on either direction, but I can imagine someone else might file it as a bug if we break the backward compatibility without strong reason. So in my opinion, introducing the new behavior only when the string contains |
@eed3si9n ok please check again, I've restored the old behavior |
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.
Thanks!
@eed3si9n is there a plan to release new version any soon? |
Yea. Maybe in a week or two? |
How did you get the error? |
if you have sbt native packager (1.9.7) along with latest giter8 and sbt 1.6.1 on scala 2.12/13 |
Did you add giter8 into the metabuild? |
It is part of plugins.sbt, same as scoverage and other plugins
пт, 14 янв. 2022 г. в 00:34, eugene yokota ***@***.***>:
… Did you add giter8 into the metabuild?
In general though maybe we should consider downgrading those libraries
back to 1.x since I don't think we need 2.x.
—
Reply to this email directly, view it on GitHub
<#622 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA6ACCSACMANVCOJL3BAFM3UV4EK7ANCNFSM5IB54QNA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Giter8 acts as a backend of sbt new, so using it as a plugin doesn't do much. giter8.version = 0.14.0 in the project/build.properties of the template. |
fixes #596
This PR aim for supporting multiline description, with custom line breaks and removing custom 70 symbols pseudo new line
As for me it can be obsoleted since it's now up to you how to format the description
Example:
As a result we'll have nice description in the console: