Describe the bug
openapi and yaml updaters inappropriately wrap text to produce invalid YAML.
Current behavior
When configuring an openapi-formatted file in bumpFiles with the type of either openapi or yaml, text fields (e.g. description, example, summary) that exceed some line length threshold are wrapped without using the multiline notation (i.e. |), thus producing invalid YAML.
Expected behavior
The openapi and yaml updaters should ideally not reformat any content but certainly not wrap any text to make the YAML invalid.
Environment
commit-and-tag-version version(s): 12.5.0
- Node/npm version: Node 16/npm 8.19.2
- OS: Sequoia 15.3.2
Possible Solution
Additional context

Describe the bug
openapiandyamlupdaters inappropriately wrap text to produce invalid YAML.Current behavior
When configuring an openapi-formatted file in
bumpFileswith the type of eitheropenapioryaml, text fields (e.g.description,example,summary) that exceed some line length threshold are wrapped without using the multiline notation (i.e.|), thus producing invalid YAML.Expected behavior
The
openapiandyamlupdaters should ideally not reformat any content but certainly not wrap any text to make the YAML invalid.Environment
commit-and-tag-versionversion(s): 12.5.0Possible Solution
Additional context