{{!--
Copyright (c) 2025 Huawei Technologies Co., Ltd.

This source code is licensed under the MIT license found in the
LICENSE file in the root directory of this source tree.
--}}
{{> header}}

{{#has releases}}
{{#each releases}}
{{#if @first}}
## [Unreleased]
{{/if}}

{{#if title}}
## [{{title}}] - {{isoDate}}
{{/if}}

{{#if breaking}}
### Breaking Changes
{{#each breaking}}
- **{{uppercaseFirst scope}}**: 【破坏性变更】{{subject}}{{#if hash}}, [{{shortHash}}](https://gitcode.com/openharmony-RN/ohos_react_native/commit/{{hash}}){{/if}}
{{/each}}
{{/if}}

{{#each commitGroups}}
### {{title}}

{{#each commits}}
- **{{uppercaseFirst scope}}**: {{subject}}{{#if hash}}, [{{shortHash}}](https://gitcode.com/openharmony-RN/ohos_react_native/commit/{{hash}}){{/if}}
{{/each}}

{{/each}}
{{/each}}
{{/has}}

{{> footer}}