gdg-x / frisbee

[DEPRECATED] Android application for GDG members and organizers
https://play.google.com/store/apps/details?id=org.gdg.frisbee.android
Apache License 2.0
265 stars 169 forks source link

Limit alpha whats new message to 500 chars #696

Closed tasomaniac closed 8 years ago

tasomaniac commented 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

Fixes #632