docs: add release-android command to README

This commit is contained in:
2026-01-07 09:45:55 +08:00
parent a3ee5aad0c
commit 9079f94f38
2 changed files with 4 additions and 1 deletions

View File

@@ -11,6 +11,7 @@ This repository contains custom OpenCode configuration including commands, skill
│ ├── auto-commit.md
│ ├── commit-push.md
│ ├── create-gitea-repo.md
│ ├── release-android.md
│ ├── review.md
│ ├── sync-oc-pull.md
│ └── sync-oc-push.md
@@ -73,6 +74,7 @@ Run custom commands in OpenCode TUI:
- `/auto-commit` - Auto-generate commit and create tag
- `/commit-push` - Commit, tag and push to remote
- `/create-gitea-repo` - Create repository on Gitea
- `/release-android` - Build and release Android APK to Gitea
- `/sync-oc-pull` - Pull OpenCode config changes
- `/sync-oc-push` - Push OpenCode config changes
- `/review` - Review code or documentation