add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -0,0 +1,28 @@
# glab 发布
> 管理 GitLab 发布。
> 更多信息:<https://glab.readthedocs.io/en/latest/release>。
- 列出 GitLab 仓库中的发布,限制为 30 项:
`glab release list`
- 显示特定发布的信息:
`glab release view {{tag}}`
- 创建一个新发布:
`glab release create {{tag}}`
- 删除特定发布:
`glab release delete {{tag}}`
- 从特定发布中下载资产:
`glab release download {{tag}}`
- 向特定发布上传资产:
`glab release upload {{tag}} {{path/to/file1 path/to/file2 ...}}`