mirror of
https://github.com/zhigang1992/react-native-bottom-sheet.git
synced 2026-04-28 20:25:36 +08:00
19 lines
774 B
Handlebars
19 lines
774 B
Handlebars
{{#each releases}}
|
|
{{#if @first}}
|
|
{{#custom merges commits heading="#### Features" subject="feat: "}}
|
|
- {{message}} ({{#if id}}[`#{{id}}`]{{else}}[{{shorthash}}]{{/if}}({{href}})).
|
|
{{/custom}}
|
|
|
|
{{#custom merges commits heading="#### Improvements" subject="(chore|refactor|style): "}}
|
|
- {{message}} ({{#if id}}[`#{{id}}`]{{else}}[{{shorthash}}]{{/if}}({{href}})).
|
|
{{/custom}}
|
|
|
|
{{#custom merges commits heading="#### Fixes" subject="fix: "}}
|
|
- {{message}} ({{#if id}}[`#{{id}}`]{{else}}[{{shorthash}}]{{/if}}({{href}})).
|
|
{{/custom}}
|
|
|
|
{{#custom merges commits heading="#### Documentations" subject="docs: "}}
|
|
- {{message}} ({{#if id}}[`#{{id}}`]{{else}}[{{shorthash}}]{{/if}}({{href}})).
|
|
{{/custom}}
|
|
{{/if}}
|
|
{{/each}} |