mathieudutour / github-tag-action

A Github Action to automatically bump and tag master, on merge, with the latest SemVer formatted version. Works on any platform.
https://github.com/marketplace/actions/github-tag
MIT License
624 stars 195 forks source link

Add `scopes` option to filter analysis/changelog #196

Open zzmp opened 9 months ago

zzmp commented 9 months ago

Add a scopes option to limit the commits that will be included in the analysis (to determine the bump type) and the changelog.

This option is especially useful in a monorepo which might release distinct applications at a different cadence, as it lets you filter your tagging/changelog so it is based on only one feature within the monorepo.