Booz Allen's lean manufacturing approach for holistically designing, developing and fielding AI solutions across the engineering lifecycle from data processing to model building, tuning, and training to secure operational deployment
Other
34
stars
8
forks
source link
[#469] use quotes for display version in Antora docs #480
The 1.10 release caused issues with the version display in our technical docs. In antora.yml we previously weren't quoting the display value, which in YAML causes type coersion of 1.10 to a floating point number which is in turn truncated to 1.1. The display_version field is always intended to be a string, so it should always be quoted.
This updates our release job to quote the value when updating it and updates the current antora.yml with quotes.
The 1.10 release caused issues with the version display in our technical docs. In
antora.yml
we previously weren't quoting the display value, which in YAML causes type coersion of1.10
to a floating point number which is in turn truncated to1.1
. Thedisplay_version
field is always intended to be a string, so it should always be quoted.This updates our release job to quote the value when updating it and updates the current
antora.yml
with quotes.