{
"header": "# Changelog\n\nThis file documents all notable changes to the ohos_react_native project.\n\nThis changelog follows the [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) specification, and the project version follows [Semantic Versioning 2.0.0](https://semver.org/).\n",
"types": [
{ "type": "feat", "section": "Added" },
{ "type": "fix", "section": "Fixed" },
{ "type": "docs", "section": "Documentation" },
{ "type": "deprecated", "section": "Deprecated" },
{ "type": "removed", "section": "Removed" },
{ "type": "security", "section": "Security" },
{ "type": "perf", "section": "Performance" },
{ "type": "refactor", "section": "Changed" },
{ "type": "style", "hidden": true },
{ "type": "test", "hidden": true },
{ "type": "chore", "hidden": true },
{ "type": "revert", "section": "Changed" }
],
"releaseCommitMessageFormat": "chore: release v{{currentTag}}",
"tagPrefix": "v",
"skip": {
"tag": false
},
"commitUrlFormat": "{{host}}/{{owner}}/{{repository}}/commit/{{hash}}",
"compareUrlFormat": "{{host}}/{{owner}}/{{repository}}/compare/{{previousTag}}...{{currentTag}}",
"issueUrlFormat": "{{host}}/{{owner}}/{{repository}}/issues/{{id}}",
"userUrlFormat": "{{host}}/{{user}}",
"template": "scripts/templates/changelog.hbs"
}