Skip to content

Commit

Permalink
update develop-hello-world Pre-release check
Browse files Browse the repository at this point in the history
  • Loading branch information
li.wei9 committed Oct 17, 2023
1 parent e48af80 commit 6d2b5b0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions docs/lowcode-development/development/develop-hello-world.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sidebar_position: 4

本章节主要介绍发布管理,即在云梯低码平台发布一个应用到 Kubebb 组件仓库。发布成功后,可进入 Kubebb 组件市场页面,查看应用或安装使用。

云梯低码平台发布一个应用的完整流程:新增应用 -> 创建分支 -> 新增页面 -> 设计页面 -> git 提交 -> 发布应用。 发布之前先设计一个应用,请参见[前端层基于低码 Kit 的开发](./fronend-low-code.md)。 发布管理包括两部分,应用发布和组件仓库管理。
云梯低码平台发布一个应用的完整流程:新增应用 -> 创建分支 -> 新增页面 -> 设计页面 -> git 提交 -> 发布应用。 发布之前先设计一个应用,请参见[前端层基于低码 Kit 的开发](./frontend-low-code.md)。 发布管理包括两部分,应用发布和组件仓库管理。

## 组件仓库管理

Expand Down Expand Up @@ -57,7 +57,11 @@ sidebar_position: 4
本章节主要介绍应用发布流程,操作步骤如下:

1. 登录云梯低码平台,进入`应用管理`页面,找到目标应用,点击**应用名称**进入详情页面。
2. 切换顶部导航到**发布管理**,默认进入`发布记录`页面,点击**发布应用**按钮,配置参数说明如下:
2. 发布前检查:发布应用时不会包含未提交的修改,请在`Git 面板`中按需提交修改。

![overview](./images/git-commit.png)

3. 提交完成后,切换顶部导航到**发布管理**,默认进入`发布记录`页面,点击**发布应用**按钮,配置参数说明如下:

- 发布名称:只读展示应用名称(命名空间),其中应用名称即发布到组件仓库后的组件名称
- 发布基线:可选Branch(即分支名称)、CommitId。
Expand All @@ -68,13 +72,13 @@ sidebar_position: 4
- 发布至仓库:默认填充列表中第一个仓库,按需选择。
- 发布版本:填写版本号,例0.0.1。`由50位字母、数字、点"."、中划线"-"或加号"+" 组成,且必须以数字开头,以数字或字母结尾`。仅支持 a.b.c 格式。

3. 点击**确定**,开始发布。列表中展示此条发布记录。包括发布名称、发布基线、发布状态、发布版本、组件仓库管理、组件仓库状态、组件仓库地址、发布者、发布时间、操作:删除。
4. 点击**确定**,开始发布。列表中展示此条发布记录。包括发布名称、发布基线、发布状态、发布版本、组件仓库管理、组件仓库状态、组件仓库地址、发布者、发布时间、操作:删除。

![overview](./images/app-publish.png)

- 发布名称:应用名称(命名空间名称)。
- 发布基线:展示分支名称(CommitId)或者 CommitId。hover展示详细信息,包括提交人、提交时间、提交信息。
- 发布状态:发布中、发布成功、发布失败。
- 发布状态:发布中、发布成功、发布失败。

- 发布中:展示发布进度。
- 发布成功:即可进入 Kubebb [**组件市场**](user-guid/component_market.md),查看应用或安装使用。
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6d2b5b0

Please sign in to comment.