difftrace
Version updated for https://github.com/vanandrew/difftrace to version v1.0.3.
- This action is used across all versions by ? repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The difftrace GitHub Action is designed to optimize CI workflows in monorepos by detecting changes and identifying affected packages, both directly and transitively, using dependency graphs and git diff. It automates the process of determining which packages need to be tested, built, or deployed, eliminating the need to run pipelines for every package on every change. By providing outputs like affected packages and dependency matrices, it enables efficient and targeted CI/CD pipelines, saving time and resources.
Release notes
What’s Changed
- README reorg by @vanandrew in https://github.com/vanandrew/difftrace/pull/3
Full Changelog: https://github.com/vanandrew/difftrace/compare/v1.0.2...v1.0.3