frinyvonnick / gitmoji-changelog

A changelog generator for gitmoji 😜
https://www.npmjs.com/package/gitmoji-changelog
MIT License
390 stars 49 forks source link

✨ Add path arg to filter commits #238

Closed thlmenezes closed 1 year ago

thlmenezes commented 2 years ago

Summary

TL;DR filter commits by path on changelog generation works, but untested.

As discussed in #158, after this comment. One of the tasks to enabling per monorepo package changelogs is to filter commits from a folder.

The dependency responsible for fetching raw commits enables the path option from git log as seen in the docs here

Help Needed

Missing features

Test Plan

Miscellaneous

Added

Miscellaneous