playReleaseNotesLimit top-level constant

int const playReleaseNotesLimit

Play's cap on release notes.

Both store caps live here, beside the parser that produces the text they constrain, because both stores enforce them at exactly the wrong moment — after the artifact has been uploaded. Checking locally first is the whole reason either number is written down, and keeping them together means the two are reviewed in one place rather than drifting apart in two uploaders.

Implementation

const playReleaseNotesLimit = 500;