Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Docs
提交
f97cc068
D
Docs
项目概览
OpenHarmony
/
Docs
大约 1 年 前同步成功
通知
159
Star
292
Fork
28
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
D
Docs
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
体验新版 GitCode,发现更多精彩内容 >>
未验证
提交
f97cc068
编写于
3月 29, 2023
作者:
O
openharmony_ci
提交者:
Gitee
3月 29, 2023
浏览文件
操作
浏览文件
下载
差异文件
!16455 更新 Release-version-definitions
Merge pull request !16455 from theChangL/master
上级
eb4f6586
43e0aaf7
变更
1
隐藏空白更改
内联
并排
Showing
1 changed file
with
16 addition
and
34 deletion
+16
-34
zh-cn/release-notes/release-definitions/Release-version-definitions.md
...-notes/release-definitions/Release-version-definitions.md
+16
-34
未找到文件。
zh-cn/release-notes/release-definitions/Release-version-definitions.md
100644 → 100755
浏览文件 @
f97cc068
...
...
@@ -25,49 +25,31 @@ OpenHarmony社区Beta分支是在社区开发和演进过程中不定期从Maste
OpenHarmony社区基于LTS/Release分支以patch形式合入少量补丁代码,用于解决单点bug、安全漏洞、以及其他必须的适配修改,经过集成验证之后发布的稳定可靠的标签版本。
### 维护分支下载命令
社区版本发布在:https://gitee.com/openharmony/docs/tree/master/zh-cn/release-notes
| 分支 | 下载命令(repo + https) | 下载命令(repo + ssh) |
| ------------- | ------------------------------------------------------------ | ------------------------------------------------------------ |
| 1.0.1-Release | repo init -u https://gitee.com/openharmony/manifest -b OpenHarmony_1.0.1_release -m default.xml --no-repo-verify
<br/>repo sync -c<br/>repo forall -c 'git lfs pull' | repo init -u git@gitee.com:openharmony/manifest.git -b OpenHarmony-3.1-Release -m default.xml --no-repo-verify<br/>repo sync -c<br/>
repo forall -c 'git lfs pull' |
| 3.0-LTS | repo init -u https://gitee.com/openharmony/manifest.git -b OpenHarmony-3.0-LTS --no-repo-verify
<br/>repo sync -c<br/>repo forall -c 'git lfs pull' | repo init -u git@gitee.com:openharmony/manifest.git -b OpenHarmony-3.0-LTS --no-repo-verify<br/>repo sync -c<br/>
repo forall -c 'git lfs pull' |
| 3.1-Release | repo init -u git@gitee.com:openharmony/manifest.git -b OpenHarmony-3.1-Release -m default.xml --no-repo-verify
<br/>repo sync -c<br/>repo forall -c 'git lfs pull' | repo init -u git@gitee.com:openharmony/manifest.git -b OpenHarmony-3.1-Release -m default.xml --no-repo-verify<br/>repo sync -c<br/>
repo forall -c 'git lfs pull' |
## 维护策略
### 生命周期策略
OpenHarmony对已发布的LTS和Release分支提供生命周期管理服务,分为两个部分:
#### 发布->停止主动维护:
Release sig团队会定期规划维护标签版本计划,用于解决单点bug、安全漏洞、以及其他必须的修改,以此确保分支持续处于稳定可用状态。
## 生命周期策略
#### 停止主动维护->停止维护:
OpenHarmony社区依据《OpenHarmony版本生命周期管理》对Release和LTS分支提供维护和技术支持。
Release sig团队不再主动规划和发布标签版本,仅对社区安全漏洞和严重缺陷在对应分支进行修复。
### LTS/Release分支维护策略
LTS分支:分支发布之日起,提供两年主动维护,并提供1.5年被动维护。
### 维护时间表
Release分支:分支发布之日起,提供一年主动维护,并提供一年被动维护。
OpenHarmony目前已发布的LTS/Release分支的维护时间表如下:
### 分支合入管控策略
| 分支名 | 分支类型 | 发布时间 | 停止主动维护 | 停止维护 |
| ------------- | -------- | --------- | ------------ | --------- |
| 1.0.1-Release | Release | 2021-3-30 | 2022-3-30 | 2023-3-30 |
| 3.0-LTS | LTS | 2021-9-30 | 2023-9-30 | 2025-3-30 |
| 3.1-Release | Release | 2022-3-30 | 2023-3-30 | 2024-3-30 |
LTS/Release分支发布后,Release sig团队负责其生命周期管理,在维护周期内,我们只接受安全问题、acts套件问题以及其他重大问题的修复及合入,对应分支的合入会严格管控。目前分支合入管控策略已生效,合入请求需要在committer审查通过后联系对应
[
owner
](
https://gitee.com/openharmony/community/blob/master/zh/BRANCHOWNER
)
评论approve后合入。
分支下载命令如下:
### 维护时间表
| 分支 | 下载命令(repo + https) | 下载命令(repo + ssh) |
| ------------- | ------------------------------------------------------------ | ------------------------------------------------------------ |
| 1.0.1-Release | repo init -u https://gitee.com/openharmony/manifest -b OpenHarmony_1.0.1_release -m default.xml --no-repo-verify
<br/>repo sync -c<br/>repo forall -c 'git lfs pull' | repo init -u git@gitee.com:openharmony/manifest.git -b OpenHarmony-3.1-Release -m default.xml --no-repo-verify<br/>repo sync -c<br/>
repo forall -c 'git lfs pull' |
| 3.0-LTS | repo init -u https://gitee.com/openharmony/manifest.git -b OpenHarmony-3.0-LTS --no-repo-verify
<br/>repo sync -c<br/>repo forall -c 'git lfs pull' | repo init -u git@gitee.com:openharmony/manifest.git -b OpenHarmony-3.0-LTS --no-repo-verify<br/>repo sync -c<br/>
repo forall -c 'git lfs pull' |
| 3.1-Release | repo init -u git@gitee.com:openharmony/manifest.git -b OpenHarmony-3.1-Release -m default.xml --no-repo-verify
<br/>repo sync -c<br/>repo forall -c 'git lfs pull' | repo init -u git@gitee.com:openharmony/manifest.git -b OpenHarmony-3.1-Release -m default.xml --no-repo-verify<br/>repo sync -c<br/>
repo forall -c 'git lfs pull' |
OpenHarmony目前已发布的LTS/Release分支的维护时间表如下:
| NO. | 分支名 | 分支类型 | 发布时间 | 停止主动维护 | 停止维护 |
| :--- | ------------- | :------- | :-------- | :----------- | :-------- |
| 1 | 1.0.1-Release | Release | 2021-3-30 | 2022-3-30 | 2023-3-30 |
| 2 | 3.0-LTS | LTS | 2021-9-30 | 2023-9-30 | 2025-3-30 |
| 3 | 3.1-Release | Release | 2022-3-30 | 2023-3-30 | 2024-3-30 |
### 版本计划
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录