forked from conventional-changelog/standard-version
-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed
Description
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
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed