🚀 Simple Git tag automation tool using Semantic Versioning.
This CLI tool helps you create and push version tags based on the latest Git tag, following the format:
vX.Y.Z-m→ for developmentvX.Y.Z-release→ for production- or both at once
- Automatically detects the latest version tag
- Increments the patch version (Z)
- Prompts to create:
-m(for dev)-release(for production)- or both
- Pushes tags directly to remote (
origin)