YAML:Tiny parser, used by po4a for the translation, automatically quotes booleans "true|false" which then Antora interprets as string instead of boolean.
It makes it believe that the prerelease is actually named "true" and adds that suffix to the version name, which become "rawhide true" in the translated versions...
Using any other boolean variation instead prevents this behavior.
YAML:Tinyparser, used by po4a for the translation, automatically quotes booleans "true|false" which then Antora interprets as string instead of boolean.It makes it believe that the prerelease is actually named "true" and adds that suffix to the version name, which become "rawhide true" in the translated versions...
Using any other boolean variation instead prevents this behavior.