Skip to content

fix(types): add missing summary breaking change type#53

Open
goestav wants to merge 1 commit intoconventional-commits:mainfrom
goestav:main
Open

fix(types): add missing summary breaking change type#53
goestav wants to merge 1 commit intoconventional-commits:mainfrom
goestav:main

Conversation

@goestav
Copy link
Copy Markdown

@goestav goestav commented Mar 18, 2026

This commit solves two issues: it adds the missing breaking change type for the summary child nodes and it improves the breaking change type by splitting it up into separate types. One for the summary with the exclamation mark, and another for the breaking change footer text. This implementation should be closer to what is described in the specification1, item 1.

Closes #52

Footnotes

  1. https://www.conventionalcommits.org/en/v1.0.0/#specification

This commit solves two issues: it adds the missing breaking change type for the summary child nodes
and it improves the breaking change type by splitting it up into separate types. One for the summary
with the exclamation mark, and another for the breaking change footer text. This implementation
should be closer to what is described in the specification[1], item 1.

[1]: https://www.conventionalcommits.org/en/v1.0.0/#specification
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Missing breaking change type for the summary

1 participant