Closed tasomaniac closed 8 years ago
Limit automated alpha build whatsnew file generation to 500 chars.
Instead of writing to the file twice, we only write once and in the middle we limit it using head -c 500
head -c 500
Fixes #632
Limit automated alpha build whatsnew file generation to 500 chars.
Instead of writing to the file twice, we only write once and in the middle we limit it using
head -c 500
Fixes #632