feat: handle multiple commits in a single message by dgokcin · Pull Request #2358 · googleapis/release-please (original) (raw)
dgokcin changed the title
Enhance Breaking Change Detection and Commit Parsing feat: handle multiple commits in a single message
- updated
splitMessagesfunction to handle multiple conventional commits within the main message - added logic to separate conventional commits (feat, fix, docs, etc.) within the main message
- preserved the original message structure outside of nested commit blocks
- enhanced breaking change detection from commit body in
toConventionalChangelogFormatandpostProcessCommitsfunctions
Resolves googleapis#2357
- added new test cases for parsing multiple commits from a single message
- added fixture file for multiple commits in a single message
- changed the order of the expected commits in
multiple-messagesand1257-breaking-changefixtures since the order of the commits in the is not reversed anymore
chingor13 added this pull request to the merge queue
iton0 mentioned this pull request
soulsam480 pushed a commit to revenuehero/release-please that referenced this pull request
- feat: handle multiple commits in a single message
- updated
splitMessagesfunction to handle multiple conventional commits within the main message - added logic to separate conventional commits (feat, fix, docs, etc.) within the main message
- preserved the original message structure outside of nested commit blocks
- enhanced breaking change detection from commit body in
toConventionalChangelogFormatandpostProcessCommitsfunctions
Resolves googleapis#2357
- test: new test case for parsing multiple commits
- added new test cases for parsing multiple commits from a single message
- added fixture file for multiple commits in a single message
- changed the order of the expected commits in
multiple-messagesand1257-breaking-changefixtures since the order of the commits in the is not reversed anymore
- test: remove duplicate test for parsing multiple commits
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
[ Show hidden characters]({{ revealButtonHref }})