releaser-pleaser/internal/commitparser
Julian Tölle 0ae2d909bc
fix: use commits with slightly invalid messages in release notes (#105)
Fixes a bug where commits with messages that do not strictly conform to
conventional commits spec would be ignored. This could easily happen
while parsing footers like "Closes #xx" which would start the footer
section, while continuing with the body afterwards.

This solution has two downsides:

- these warnings are not surfaced to the user.
- If a `BREAKING CHANGE` footer exists after the parsing issue it is ignored

Co-authored-by: jo <ljonas@riseup.net>
2024-11-15 17:25:15 +01:00
..
conventionalcommits fix: use commits with slightly invalid messages in release notes (#105) 2024-11-15 17:25:15 +01:00
commitparser.go feat(changelog): omit version heading in forge release notes 2024-09-22 14:00:30 +02:00