orhun / git-cliff-action

GitHub action to generate a changelog based on the Git history
https://github.com/orhun/git-cliff
Apache License 2.0
117 stars 14 forks source link

monorepo support #1

Closed yankikucuk closed 2 years ago

yankikucuk commented 2 years ago

Does it support monorepo? If not, can you do that?

orhun commented 2 years ago

Hello!

git-cliff supports monorepos via --include-path and --exclude-path arguments.You can specify them using args input variable.

If this is not helpful for you, please give more details about your use case and consider submitting an issue to the git-cliff repository.