Skip to content

Missing breaking change type for the summary #52

Description

@goestav

The summary child nodes do not contain the breaking change type.

Image

This is available however, as seen in the test snapshots:

"type": "summary",

parser/test/parser.js.snap

Lines 4086 to 4101 in f6253f0

Object {
"position": Object {
"end": Object {
"column": 6,
"line": 1,
"offset": 5,
},
"start": Object {
"column": 5,
"line": 1,
"offset": 4,
},
},
"type": "breaking-change",
"value": "!",
},

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions