2021-02-26 15:57:47 +00:00
|
|
|
From newest to oldest:
|
|
|
|
{{#each releases}}
|
2022-04-28 20:15:57 +00:00
|
|
|
{{#each merges}}
|
2022-06-07 11:55:38 +00:00
|
|
|
- {{message}}{{#if href}} [#{{id}}]({{href}}){{/if}}
|
2022-04-28 20:15:57 +00:00
|
|
|
{{/each}}
|
|
|
|
{{#each fixes}}
|
2022-06-07 11:55:38 +00:00
|
|
|
- {{commit.subject}}{{#if href}} [#{{id}}]({{href}}){{/if}}
|
2022-04-28 20:15:57 +00:00
|
|
|
{{/each}}
|
2021-04-19 05:38:50 +00:00
|
|
|
{{#each commits}}
|
2022-06-07 11:55:38 +00:00
|
|
|
- {{subject}}{{#if href}} [{{shorthash}}]({{href}}){{/if}}
|
2021-04-19 05:38:50 +00:00
|
|
|
{{/each}}
|
2022-06-07 11:55:38 +00:00
|
|
|
{{/each}}
|