You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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.The text was updated successfully, but these errors were encountered: