yangwwei commented on a change in pull request #144: URL: https://github.com/apache/yunikorn-site/pull/144#discussion_r836556544
########## File path: i18n/zh-cn/docusaurus-plugin-content-pages/community/release_procedure.md ########## @@ -0,0 +1,272 @@ +--- +id: release_procedure +title: 发布程序 +--- + +<!-- +Licensed to the Apache Software Foundation (ASF) under one or more +contributor license agreements. See the NOTICE file distributed with +this work for additional information regarding copyright ownership. +The ASF licenses this file to you under the Apache License, Version 2.0 +(the "License"); you may not use this file except in compliance with +the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +--> + +# YuniKorn 发布程序 + +[发布存储库](https://github.com/apache/yunikorn-release) 包含了 Apache YuniKorn 创建 release(下文统称为发布)的代码和配置。 Review comment: >Apache YuniKorn 创建 release(下文统称为发布) Release 是不是可以翻译为 ”发行版” ? ########## File path: i18n/zh-cn/docusaurus-theme-classic/navbar.json ########## @@ -28,6 +28,9 @@ }, "item.label.Reporting Issues": { "message": "报告问题" + }, + "item.label.Release Procedure": { + "message": "发布程序" Review comment: 创建发行版流程 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: reviews-unsubscr...@yunikorn.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org