Skip to content

Commit

Permalink
fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yangzongkainj committed Feb 16, 2025
1 parent 1775a5a commit 7d14ff4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/developer/packaging/basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ bash: update to 5.2

After a successful build, you can push your local branch (`hello-2.12.1-new` in this example) to your fork or directly to the main repository. Then, you can create a Pull Request and fill in the information. Finally, you should push your finished product to our main repository to be tested by other users.

Nowadays, the work of uploading and pushing is done by automated tools. For more information, please visit [Making Use of the Automated Maintenance Infrastructure](@/developer/packaging/build-bot.md).
Nowadays, the work of uploading and pushing is done by automated tools. For more information, please visit [Making Use of the Automated Maintenance Infrastructure](@/developer/packaging/buildit-bot.md).

Then you can patiently wait until someone reviews your Pull Request and tests your package. If everything looks good, your pull request will be merged and you should rebuild it and push the new package to the `stable` repository.

Expand Down
2 changes: 1 addition & 1 deletion content/developer/packaging/basics.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ bash: update to 5.2

在成功构建软件包后,您可以将本地 Git 分支(如 `hello-2.12.1-new`)推送至您的 fork 中(如有提交权限,可推送至主树中)。随后,您需要创建拉取请求(Pull Request, PR)并按模板要求填入信息,最后即可将软件包推送至社区软件源的测试分支中供用户测试。

目前,软件包的上传与推送工作由自动化设施完成,相关内容请见[使用自动化设施构建软件包](@/developer/packaging/build-bot.zh.md)
目前,软件包的上传与推送工作由自动化设施完成,相关内容请见[使用自动化设施构建软件包](@/developer/packaging/buildit-bot.zh.md)

接下来,请静候 PR 审核和软件包测试。如果一切顺利,在您的 PR 被合并后,请重构相关软件包并将其上传至 `stable` 源。

Expand Down

0 comments on commit 7d14ff4

Please sign in to comment.