add new chinese translations
This commit is contained in:
28
pages.zh/common/glab-release.md
Normal file
28
pages.zh/common/glab-release.md
Normal 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 ...}}`
|
Reference in New Issue
Block a user