invertase / melos

๐ŸŒ‹ A tool for managing Dart projects with multiple packages. With IntelliJ and Vscode IDE support. Supports automated versioning, changelogs & publishing via Conventional Commits.
https://melos.invertase.dev/~melos-latest
Apache License 2.0
1.07k stars 193 forks source link

feat: option to provide dependencies related filters from yaml #698

Closed Pavel-Sulimau closed 2 months ago

Pavel-Sulimau commented 2 months ago

Description

I noticed that the filters documentation was missing the information about --include-dependencies and --include-dependents options that were implemented in https://github.com/invertase/melos/pull/83, so it is added in this PR. In addition to that, I made it possible to provide these options in the packageFilters yaml configuration.

Type of Change