mirror of
https://github.com/zhigang1992/react-native-hold-menu.git
synced 2026-06-15 18:38:03 +08:00
19 lines
726 B
Handlebars
19 lines
726 B
Handlebars
{{#each releases}}
|
|
{{#if @first}}
|
|
{{#commit-list commits heading="#### Features" message="feat: "}}
|
|
- {{message}} ({{#if id}}[`#{{id}}`]{{else}}[{{shorthash}}]{{/if}}({{href}})).
|
|
{{/commit-list}}
|
|
|
|
{{#commit-list commits heading="#### Improvements" message="(chore|refactor|style): "}}
|
|
- {{message}} ({{#if id}}[`#{{id}}`]{{else}}[{{shorthash}}]{{/if}}({{href}})).
|
|
{{/commit-list}}
|
|
|
|
{{#commit-list commits heading="#### Fixes" message="fix: "}}
|
|
- {{message}} ({{#if id}}[`#{{id}}`]{{else}}[{{shorthash}}]{{/if}}({{href}})).
|
|
{{/commit-list}}
|
|
|
|
{{#commit-list commits heading="#### Documentations" message="docs: "}}
|
|
- {{message}} ({{#if id}}[`#{{id}}`]{{else}}[{{shorthash}}]{{/if}}({{href}})).
|
|
{{/commit-list}}
|
|
{{/if}}
|
|
{{/each}} |