conventional-changelog / standard-version

:trophy: Automate versioning and CHANGELOG generation, with semver.org and conventionalcommits.org
ISC License
7.69k stars 794 forks source link

multiple record with different commit number #926

Open asafbenm opened 2 years ago

asafbenm commented 2 years ago

can I merge multiple commit message with different commit number to be in one rerecord? for example:

image

should be: rb: updating ut (b9bab79, 2e6d2fc)

Thanks!