• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# OpenHarmony版本定义
2
3## 分支关系
4
5为了保障OpenHarmony社区版本的平滑演进和历史发布版本的持续稳定可靠,会定期从Master主干拉出LTS/Release/Beta等类型分支,并按照OpenHarmony生命周期定义对其进行管理。
6
7
8### Master (主干分支)
9
10Master作为OpenHarmony社区持续滚动开发的主干,积极接纳社区每个软件包主干开发分支的代码更新,将其纳入主干实时构建。
11
12###  LTS分支(长期支持维护分支)
13
14OpenHarmony社区LTS分支为长期支持维护分支,按年度从Master主干分支拉出来。该LTS分支在经过集中编译、构建、集成测试并最终通过社区评审发布。
15
16### Release分支(发布分支)
17
18OpenHarmony社区Release分支为社区发布的稳定分支。该分支在经过集中编译、构建、集成测试并最终通过社区评审发布。其与LTS分支的发布要求一致,但其维护周期短于LTS分支。
19
20### Beta分支(测试分支)
21
22OpenHarmony社区Beta分支是在社区开发和演进过程中不定期从Master主干分支拉出来。该分支仅完成集中编译、构建、基础功能验证,可用于开发调试。
23
24### 标签版本
25
26OpenHarmony社区基于LTS/Release分支以patch形式合入少量补丁代码,用于解决单点bug、安全漏洞、以及其他必须的适配修改,经过集成验证之后发布的稳定可靠的标签版本。
27
28社区版本发布在:https://gitee.com/openharmony/docs/tree/master/zh-cn/release-notes
29
30## 生命周期策略
31
32OpenHarmony社区依据《OpenHarmony版本生命周期管理》对Release和LTS分支提供维护和技术支持。
33
34### 维护时间表
35
36OpenHarmony目前已发布的LTS/Release分支的维护时间表如下:
37
38| 分支名        | 分支类型 | 发布时间  | 停止主动维护 | 停止维护  |
39| ------------- | -------- | --------- | ------------ | --------- |
40| 1.0.1-Release | Release  | 2021-3-30 | 2022-3-30    | 2023-3-30 |
41| 3.0-LTS       | LTS      | 2021-9-30 | 2023-9-30    | 2025-3-30 |
42| 3.1-Release   | Release  | 2022-3-30 | 2023-3-30    | 2024-3-30 |
43| 3.2-Release   | Release  | 2023-4-9 | 2024-4-9    | 2025-4-9 |
44
45分支下载命令如下:
46
47| 分支          | 下载命令(repo + https)                                     | 下载命令(repo + ssh)                                        |
48| ------------- | ------------------------------------------------------------ | ------------------------------------------------------------ |
49| 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' |
50| 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' |
51| 3.1-Release   | repo init -u https://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' |
52| 3.2-Release   | repo init -u https://gitee.com/openharmony/manifest.git -b OpenHarmony-3.2-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.2-Release -m default.xml --no-repo-verify<br/>repo sync -c<br/>repo forall -c 'git lfs pull' |
53
54
55
56### 版本计划
57
58OpenHarmony Release sig团队定期发布和更新维护分支版本计划,详情可参考:https://gitee.com/openharmony-sig/oh-inner-release-management/blob/master/OpenHarmony-SIG-RoadMap.md
59
60
61
62
63
64
65
66