Monotrack CLI
Version updated for https://github.com/ArnoldVanN/monotrack to version v0.2.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. It automates tasks such as identifying which packages have changed between commits and generating pre-release or development tags, enabling more efficient testing and deployment workflows. Its lightweight design offers a simpler alternative to more complex versioning tools, making it ideal for targeted actions in monorepos without unnecessary overhead.
Release notes
0.2.0 (2025-12-19)
⚠ BREAKING CHANGES
- moved root command to “compare”
Features
- added tag list command (0039fff)
Bug Fixes
- projects not being built correctly when manually specified (0039fff)
- Remove branch for push event in publish workflow (b5ab03f)
- reworked action (b3eb915)
- test, added pre-release to to root cmd (c0d78cd)
- trigger release (55b221f)
Code Refactoring
- moved root command to “compare” (0239e4e)