Monotrack CLI
Version updated for https://github.com/ArnoldVanN/monotrack to version v0.3.0.
- 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 and CLI tool designed to simplify versioning and change tracking in monorepos, addressing challenges like managing dependencies across projects and identifying modified packages. It automates tasks such as generating pre-release tags, detecting changed projects, and running actions only for impacted components, without relying on heavier tools. The tool enables efficient workflows for monorepo development by providing lightweight dependency tracking and version bumping capabilities.
Release notes
0.3.0 (2025-12-30)
⚠ BREAKING CHANGES
- change default Action command input to
tag bump - output default tag for a project if none exist instead of warning
- return projects paths from compare instead of names
Features
- change default Action command input to
tag bump(6f1eea9)