docs(changelog): fixed changelog displaying no line breaks (#5931)

Signed-off-by: lhdjply <lhdjply@126.com>
This commit is contained in:
lhdjply
2024-03-21 19:22:45 +08:00
committed by GitHub
parent 49053e9d96
commit 910257fa8a
2 changed files with 302 additions and 606 deletions
+275 -552
View File
File diff suppressed because it is too large Load Diff
+27 -54
View File
@@ -6,144 +6,117 @@
~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~
{{#commit-list merges heading='' message='BREAKING CHANGE'}} {{#commit-list merges heading='' message='BREAKING CHANGE'}}
- .. warning: {{message}} - .. warning: {{message}} `{{id}} <{{href}}>`__
`{{id}} <{{href}}>`__
{{/commit-list}} {{/commit-list}}
{{#commit-list commits heading='' message='BREAKING CHANGE'}} {{#commit-list commits heading='' message='BREAKING CHANGE'}}
- .. warning: {{subject}} - .. warning: {{subject}} `{{shorthash}} <{{href}}>`__
`{{shorthash}} <{{href}}>`__
{{/commit-list}} {{/commit-list}}
{{#commit-list fixes heading='' message='BREAKING CHANGE'}} {{#commit-list fixes heading='' message='BREAKING CHANGE'}}
- **{{commit.subject}}** - **{{commit.subject}}** `{{commit.shorthash}} <{{commit.href}}>`__
`{{commit.shorthash}} <{{commit.href}}>`__
{{/commit-list}} {{/commit-list}}
Architectural Architectural
~~~~~~~~~~~~~ ~~~~~~~~~~~~~
{{#commit-list merges heading='' message='^arch' exclude='BREAKING CHANGE'}} {{#commit-list merges heading='' message='^arch' exclude='BREAKING CHANGE'}}
- **{{message}}** - **{{message}}** `{{id}} <{{href}}>`__
`{{id}} <{{href}}>`__
{{/commit-list}} {{/commit-list}}
{{#commit-list commits heading='' message='^arch' exclude='BREAKING CHANGE'}} {{#commit-list commits heading='' message='^arch' exclude='BREAKING CHANGE'}}
- **{{subject}}** - **{{subject}}** `{{shorthash}} <{{href}}>`__
`{{shorthash}} <{{href}}>`__
{{/commit-list}} {{/commit-list}}
{{#commit-list fixes heading='' message='^arch' exclude='BREAKING CHANGE'}} {{#commit-list fixes heading='' message='^arch' exclude='BREAKING CHANGE'}}
- **{{commit.subject}}** - **{{commit.subject}}** `{{commit.shorthash}} <{{commit.href}}>`__
`{{commit.shorthash}} <{{commit.href}}>`__
{{/commit-list}} {{/commit-list}}
New Features New Features
~~~~~~~~~~~~ ~~~~~~~~~~~~
{{#commit-list merges heading='' message='^feat' exclude='BREAKING CHANGE'}} {{#commit-list merges heading='' message='^feat' exclude='BREAKING CHANGE'}}
- **{{message}}** - **{{message}}** `{{id}} <{{href}}>`__
`{{id}} <{{href}}>`__
{{/commit-list}} {{/commit-list}}
{{#commit-list commits heading='' message='^feat' exclude='BREAKING CHANGE'}} {{#commit-list commits heading='' message='^feat' exclude='BREAKING CHANGE'}}
- **{{subject}}** - **{{subject}}** `{{shorthash}} <{{href}}>`__
`{{shorthash}} <{{href}}>`__
{{/commit-list}} {{/commit-list}}
{{#commit-list fixes heading='' message='^feat' exclude='BREAKING CHANGE'}} {{#commit-list fixes heading='' message='^feat' exclude='BREAKING CHANGE'}}
- **{{commit.subject}}** - **{{commit.subject}}** `{{commit.shorthash}} <{{commit.href}}>`__
`{{commit.shorthash}} <{{commit.href}}>`__
{{/commit-list}} {{/commit-list}}
Performance Performance
~~~~~~~~~~~ ~~~~~~~~~~~
{{#commit-list merges heading='' message='^perf' exclude='BREAKING CHANGE'}} {{#commit-list merges heading='' message='^perf' exclude='BREAKING CHANGE'}}
- **{{message}}** - **{{message}}** `{{id}} <{{href}}>`__
`{{id}} <{{href}}>`__
{{/commit-list}} {{/commit-list}}
{{#commit-list commits heading='' message='^perf' exclude='BREAKING CHANGE'}} {{#commit-list commits heading='' message='^perf' exclude='BREAKING CHANGE'}}
- **{{subject}}** - **{{subject}}** `{{shorthash}} <{{href}}>`__
`{{shorthash}} <{{href}}>`__
{{/commit-list}} {{/commit-list}}
{{#commit-list fixes heading='' message='^perf' exclude='BREAKING CHANGE'}} {{#commit-list fixes heading='' message='^perf' exclude='BREAKING CHANGE'}}
- **{{commit.subject}}** - **{{commit.subject}}** `{{commit.shorthash}} <{{commit.href}}>`__
`{{commit.shorthash}} <{{commit.href}}>`__
{{/commit-list}} {{/commit-list}}
Fixes Fixes
~~~~~ ~~~~~
{{#commit-list merges heading='' message='^fix' exclude='(^fix conflict|^fix warning|BREAKING CHANGE)'}} {{#commit-list merges heading='' message='^fix' exclude='(^fix conflict|^fix warning|BREAKING CHANGE)'}}
- **{{message}}** - **{{message}}** `{{id}} <{{href}}>`__
`{{id}} <{{href}}>`__
{{/commit-list}} {{/commit-list}}
{{#commit-list commits heading='' message='^fix' exclude='(^fix conflict|^fix warning|BREAKING CHANGE)'}} {{#commit-list commits heading='' message='^fix' exclude='(^fix conflict|^fix warning|BREAKING CHANGE)'}}
- **{{subject}}** - **{{subject}}** `{{shorthash}} <{{href}}>`__
`{{shorthash}} <{{href}}>`__
{{/commit-list}} {{/commit-list}}
{{#commit-list fixes heading='' message='^fix' exclude='(^fix conflict|^fix warning|BREAKING CHANGE)'}} {{#commit-list fixes heading='' message='^fix' exclude='(^fix conflict|^fix warning|BREAKING CHANGE)'}}
- **{{commit.subject}}** - **{{commit.subject}}** `{{commit.shorthash}} <{{commit.href}}>`__
`{{commit.shorthash}} <{{commit.href}}>`__
{{/commit-list}} {{/commit-list}}
Examples Examples
~~~~~~~~ ~~~~~~~~
{{#commit-list merges heading='' message='^example'}} {{#commit-list merges heading='' message='^example'}}
- **{{message}}** - **{{message}}** `{{id}} <({{href}})>`__
`{{id}} <({{href}})>`__
{{/commit-list}} {{/commit-list}}
{{#commit-list commits heading='' message='^example'}} {{#commit-list commits heading='' message='^example'}}
- **{{subject}}** - **{{subject}}** `{{shorthash}} <{{href}}>`__
`{{shorthash}} <{{href}}>`__
{{/commit-list}} {{/commit-list}}
{{#commit-list fixes heading='' message='^example'}} {{#commit-list fixes heading='' message='^example'}}
- **{{commit.subject}}** - **{{commit.subject}}** `{{commit.shorthash}} <{{commit.href}}>`__
`{{commit.shorthash}} <{{commit.href}}>`__
{{/commit-list}} {{/commit-list}}
Docs Docs
~~~~ ~~~~
{{#commit-list merges heading='' message='^docs'}} {{#commit-list merges heading='' message='^docs'}}
- **{{message}}** - **{{message}}** `{{id}} <{{href}}>`__
`{{id}} <{{href}}>`__
{{/commit-list}} {{/commit-list}}
{{#commit-list commits heading='' message='^docs'}} {{#commit-list commits heading='' message='^docs'}}
- **{{subject}}** - **{{subject}}** `{{shorthash}} <{{href}}>`__
`{{shorthash}} <{{href}}>`__
{{/commit-list}} {{/commit-list}}
{{#commit-list fixes heading='' message='^docs'}} {{#commit-list fixes heading='' message='^docs'}}
- **{{commit.subject}}** - **{{commit.subject}}** `{{commit.shorthash}} <{{commit.href}}>`__
`{{commit.shorthash}} <{{commit.href}}>`__
{{/commit-list}} {{/commit-list}}
CI and tests CI and tests
~~~~~~~~~~~~ ~~~~~~~~~~~~
{{#commit-list merges heading='' message='(^ci|^test)'}} {{#commit-list merges heading='' message='(^ci|^test)'}}
- **{{message}}** - **{{message}}** `{{id}} <{{href}}>`__
`{{id}} <{{href}}>`__
{{/commit-list}} {{/commit-list}}
{{#commit-list commits heading='' message='(^ci|^test)'}} {{#commit-list commits heading='' message='(^ci|^test)'}}
- **{{subject}}** - **{{subject}}** `{{shorthash }} <{{href}}>`__
`{{shorthash }} <{{href}}>`__
{{/commit-list}} {{/commit-list}}
{{#commit-list fixes heading='' message='(^ci|^test)'}} {{#commit-list fixes heading='' message='(^ci|^test)'}}
- **{{commit.subject}}** - **{{commit.subject}}** `{{commit.shorthash}} <{{commit.href}}>`__
`{{commit.shorthash}} <{{commit.href}}>`__
{{/commit-list}} {{/commit-list}}
Others Others
~~~~~~ ~~~~~~
{{#commit-list merges heading='' exclude='(^fix|^feat|^perf|^docs|^example|^ci|^test)'}} {{#commit-list merges heading='' exclude='(^fix|^feat|^perf|^docs|^example|^ci|^test)'}}
- **{{message}}** - **{{message}}** `{{id }} <{{href}}>`__
`{{id }} <{{href}}>`__
{{/commit-list}} {{/commit-list}}
{{#commit-list commits heading='' exclude='(^fix|^feat|^perf|^docs|^example|^ci|^test)'}} {{#commit-list commits heading='' exclude='(^fix|^feat|^perf|^docs|^example|^ci|^test)'}}
- **{{subject}}** - **{{subject}}** `{{shorthash }} <{{href}}>`__
`{{shorthash }} <{{href}}>`__
{{/commit-list}} {{/commit-list}}
{{#commit-list fixes heading='' exclude='(^fix|^feat|^perf|^docs|^example|^ci|^test)'}} {{#commit-list fixes heading='' exclude='(^fix|^feat|^perf|^docs|^example|^ci|^test)'}}
- **{{commit.subject}}** - **{{commit.subject}}** `{{commit.shorthash}} <{{commit.href}}>`__
`{{commit.shorthash}} <{{commit.href}}>`__
{{/commit-list}} {{/commit-list}}
{{/each}} {{/each}}