mirror of
https://github.com/shadoll/moma.git
synced 2026-08-28 11:33:25 +00:00
feat: Implement git-release command to manage version tagging and bumping
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user