feat: Implement git-release command to manage version tagging and bumping

This commit is contained in:
sha
2026-04-13 11:29:43 +03:00
parent 60302e18d3
commit d19fb730d2
3 changed files with 90 additions and 1 deletions
+9
View File
@@ -34,6 +34,15 @@ uv tool install https://github.com/shadoll/moma/releases/download/v0.9.1/moma-0.
uv tool install moma
```
#### Reinstall / Upgrade moma
```bash
# Reinstall (same URL — force overwrite)
uv tool install --force https://github.com/shadoll/moma/releases/latest/download/moma-latest.tar.gz
# Upgrade to a newer specific version
uv tool install --force https://github.com/shadoll/moma/releases/download/v0.9.1/moma-0.9.1-py3-none-any.whl
```
#### Usage
```bash
moma # Scan current directory