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

feat: Add options for which directories to filter & group to #35

Closed
petemounce opened this issue Mar 27, 2019 · 0 comments · Fixed by #62
Closed

feat: Add options for which directories to filter & group to #35

petemounce opened this issue Mar 27, 2019 · 0 comments · Fixed by #62

Comments

@petemounce
Copy link

Expected Behavior

git-chglog ... --directories foo/bar/baz a/b/c

would

  • filter the git log to just the entries that happened within the given directories
  • uniquify the resulting set of entries

(I don't mind about a changelog entry appearing in more than one group's worth)

I work within a monorepo (with bazel), so we want to generate changelogs for just particular parts when we release those particular parts. I'd want to use bazel query to find all directories that a thing-being-released plus all it depends on, then generate a changelog for that list.

Actual Behavior

(Feature doesn't exist)

Steps to Reproduce (including precondition)

(Feature doesn't exist)

Screenshot on This Problem (if possible)

(Feature doesn't exist)

Your Environment

(Feature doesn't exist)

delmendo pushed a commit to r26D/git-chglog that referenced this issue Feb 23, 2021
mavogel pushed a commit that referenced this issue Mar 12, 2021
* Argument: --path filtering - refs #35
* Minor documentation additions for Paths option
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant