tomasbjerre / git-changelog-command-line

Command line tool to generate changelog, or releasenotes, from a git repository and a Handlebars template.
Apache License 2.0
46 stars 13 forks source link

docs(README): '--patch-version-pattern' example respecting commit scope #14

Closed SchulteMarkus closed 1 year ago

SchulteMarkus commented 1 year ago

Given example for '--patch-version-pattern' usage would omit those 'fix' commits, which contain a conventionalcommt-scope

tomasbjerre commented 1 year ago

Thanks