Expand description
Commit analysis for per-package versioning.
This module analyzes git commits to determine which packages are affected by each commit. It uses file diffs to map changes to package boundaries, enabling independent per-package version bumps in monorepos.
Structsยง
- Commit
Analyzer - Analyzes commits to determine which packages they affect.
- Package
Affect - A commit that affected a specific package.