fix(ci): Disable explicit start in YAML configuration for release notes

This commit is contained in:
Skyler Mäntysaari 2025-03-29 10:55:00 +02:00
parent d17699b12d
commit afbfd2417f

View File

@ -112,7 +112,7 @@ def main(
yaml = YAML(typ=['rt', 'string'])
yaml.indent(mapping=2, sequence=4, offset=2)
yaml.explicit_start = True
yaml.explicit_start = False
yaml.preserve_quotes = True
yaml.width = 4096