googleapis / release-please

generate release PRs based on the conventionalcommits.org spec
https://www.conventionalcommits.org
Apache License 2.0
4.67k stars 351 forks source link

Release-please fails to parse commit messages with code samples #2272

Open OrKoN opened 5 months ago

OrKoN commented 5 months ago

Environment details

Steps to reproduce

  1. See https://github.com/googleapis/release-please/pull/2271
chingor13 commented 6 days ago

From the logging added in #2326, we can see that it's failing on the second (. This is throwing an error from the upstream @conventional-commits/parser library.