mirror of
https://github.com/zerosoul/chinese-colors.git
synced 2024-11-21 01:13:53 +08:00
37 lines
730 B
Handlebars
37 lines
730 B
Handlebars
# Changelog
|
|
|
|
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
|
{{#each releases}}
|
|
{{#if href}}
|
|
## [{{title}}]({{href}}){{#if tag}} - {{isoDate}}{{/if}}
|
|
{{else}}
|
|
## {{title}}{{#if tag}} - {{isoDate}}{{/if}}
|
|
{{/if}}
|
|
|
|
{{#if summary}}
|
|
{{summary}}
|
|
{{/if}}
|
|
|
|
{{#if merges}}
|
|
### Merged
|
|
|
|
{{#each merges}}
|
|
- {{{message}}} {{#if href}}[`#{{id}}`]({{href}}){{/if}}
|
|
{{/each}}
|
|
{{/if}}
|
|
|
|
{{#if fixes}}
|
|
### Fixed
|
|
|
|
{{#each fixes}}
|
|
- {{{commit.subject}}}{{#each fixes}} {{#if href}}[`#{{id}}`]({{href}}){{/if}}{{/each}}
|
|
{{/each}}
|
|
{{/if}}
|
|
|
|
{{#commit-list commits heading='### Commits'}}
|
|
- {{#if breaking}}**Breaking change:** {{/if}}{{{subject}}} {{#if href}}[`{{shorthash}}`]({{href}}){{/if}}
|
|
{{/commit-list}}
|
|
|
|
{{/each}}
|