release
Installation
SKILL.md
Release Assistant | 發布助手
Guide the release process following Semantic Versioning and changelog best practices.
引導遵循語義化版本和變更日誌最佳實踐的發布流程。
Subcommands | 子命令
| Subcommand | Mode | Description | 說明 |
|---|---|---|---|
start |
All | Start a release branch/process | 開始發布流程 |
finish |
CI/CD | Finalize release (tag, merge) | 完成發布(標籤、合併) |
promote |
Manual/Hybrid | Promote RC to Stable | RC → Stable 晉升 |
deploy |
Manual/Hybrid | Record deployment to environment | 記錄部署紀錄 |
manifest |
Manual/Hybrid | Generate build-manifest.json | 產生打包資訊清單 |
verify |
Manual/Hybrid | Verify manifest consistency | 驗證清單一致性 |
changelog |
All | Generate or update CHANGELOG.md | 產生或更新變更日誌 |
check |
All | Run pre-release verification | 執行發布前檢查 |
Related skills
More from asiaostrich/universal-dev-standards
bdd
[UDS] Guide through Behavior-Driven Development workflow
24atdd
[UDS] Guide through Acceptance Test-Driven Development workflow
23methodology
[UDS] Manage development methodology workflow
21reverse
[UDS] System archeology — reverse engineer code across Logic, Data, and Runtime dimensions
20docgen
[UDS] Generate usage documentation from project sources
20sdd
[UDS] Create or review specification documents for Spec-Driven Development
19