docs/Developers: gamebuild should not be whitespace-trimmed.

This commit is contained in:
Athanasius 2022-12-01 11:36:36 +00:00
parent cebf3e5ea6
commit e39fd25e7b
No known key found for this signature in database
GPG Key ID: 772697E181BB2767

View File

@ -276,6 +276,7 @@ the field of that name in the data source, i.e. from either `Fileheader` or
For `gamebuild` you **MUST** use the value of the `build` field in the data
source, following the same logic as for `gameversion` above, else send as `""`.
Do **NOT** strip any leading or trailing white space, pass it through as-is.
An alternative to the latter is to mirror the `gameversion` value, **but only
where that has not come from a Journal value**, i.e. `CAPI-...` strings.