I'm wondering if there's an easy way to support analyzing the commits that exist inside a squashed commit (from a squash merge).
There exists a wrapper for the original semantic-release that does this nicely: https://github.com/romap0/semantic-release-unsquash
I'd much prefer to use the go-based tooling, so I'd love to know how I can do this same thing here.
Thanks!