Monotrack CLI
Version updated for https://github.com/ArnoldVanN/monotrack to version v0.6.5.
- This action is used across all versions by ? repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
Monotrack is a GitHub Action designed to streamline versioning and dependency management for monorepos by identifying and tagging only the projects that have changed. It automates pre-release/development tagging, dependency tracking, and action execution for affected components, reducing the need for manual intervention or reliance on heavier tools. This action is particularly useful for developers working with diverse languages and complex monorepo structures.
Release notes
0.6.5 (2026-01-23)
Bug Fixes
- switched from merging diff results to comparing each project (9997cbe)