getsolus / ypkg

Modern, declarative, structured build format
https://getsol.us
GNU General Public License v3.0
22 stars 11 forks source link

Adjust width-param so ybump doesn't set summary to 80 cols #8

Closed Staudey closed 2 years ago

Staudey commented 5 years ago

Without the parameter "string"s like the summary in a package.yml will get a line break after 80 columns when using "make bump". This sets the "width"-parameter to '200' to avoid this (thus matching yupdate.py). I would also be open to setting this even higher if need be.