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

Add monorepo support #98

Open
StarpTech opened this issue Jun 11, 2022 · 1 comment
Open

Add monorepo support #98

StarpTech opened this issue Jun 11, 2022 · 1 comment

Comments

@StarpTech
Copy link

In a monorepo it is very common to have different git tag patterns. Therefore multiple applications in a single repository.

It would be great to filter the changes based on a glob to generate only the changes relevant for a specific application. Ideally, we can pass multiple filter flags and it supports a glob.

whatchanged --filter 'packages/sdk'
whatchanged --filter 'packages/**'
## @wundergraph/[email protected]

### New feature:
....
@iiey
Copy link

iiey commented Dec 15, 2022

According to above proposed option --filter packages/xyz. It should be simple to pass this additional option into git for filtering out history i.e. git log -- packages/xyz, see more git-doc.

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

No branches or pull requests

2 participants