Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GIT_CLIFF_INCLUDE_PATH not working for multiple values #123

Closed
chamini2 opened this issue Nov 3, 2022 · 3 comments
Closed

GIT_CLIFF_INCLUDE_PATH not working for multiple values #123

chamini2 opened this issue Nov 3, 2022 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@chamini2
Copy link

chamini2 commented Nov 3, 2022

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. clone fal-ai/fal@cb785c0
  2. GIT_CLIFF_INCLUDE_PATH="adapter/*"
  3. git cliff shows output
  4. GIT_CLIFF_INCLUDE_PATH=".github/*"
  5. git cliff shows output
  6. GIT_CLIFF_INCLUDE_PATH="adapter/* .github/*"
  7. git cliff shows NO output

Expected behavior
I expected git cliff to generate changelogs for commits touching ANY of the 2 directories

@chamini2 chamini2 added the bug Something isn't working label Nov 3, 2022
@chamini2
Copy link
Author

chamini2 commented Nov 3, 2022

I cannot use the --include-path flag becuase I cannot get it working: look at orhun/git-cliff-action#3

@orhun
Copy link
Owner

orhun commented Nov 19, 2022

Hmm, have you tried using a comma-separated list for GIT_CLIFF_INCLUDE_PATH?

@orhun
Copy link
Owner

orhun commented Dec 22, 2022

I guess this is solved in git-cliff-action. Let me know if you're still having problems!

@orhun orhun closed this as completed Dec 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants