no log: fix changelog template

pull/2191/head
morpheus65535 11 months ago
parent 080710e7e1
commit 77f3ff82d5

@ -1,15 +1,12 @@
From newest to oldest:
{{#each releases}}
{{#each merges}}
-
{{message}}{{#if href}} [#{{id}}]({{href}}){{/if}}
- {{message}}{{#if href}} [#{{id}}]({{href}}){{/if}}
{{/each}}
{{#each fixes}}
-
{{commit.subject}}{{#if href}} [#{{id}}]({{href}}){{/if}}
- {{commit.subject}}{{#if href}} [#{{id}}]({{href}}){{/if}}
{{/each}}
{{#each commits}}
-
{{subject}}{{#if href}} [{{shorthash}}]({{href}}){{/if}}
- {{subject}}{{#if href}} [{{shorthash}}]({{href}}){{/if}}
{{/each}}
{{/each}}

@ -1,15 +1,12 @@
From newest to oldest:
{{#each releases}}
{{#each merges}}
-
{{message}}{{#if href}} [#{{id}}]({{href}}){{/if}}
- {{message}}{{#if href}} [#{{id}}]({{href}}){{/if}}
{{/each}}
{{#each fixes}}
-
{{commit.subject}}{{#if href}} [#{{id}}]({{href}}){{/if}}
- {{commit.subject}}{{#if href}} [#{{id}}]({{href}}){{/if}}
{{/each}}
{{#each commits}}
-
{{subject}}{{#if href}} [{{shorthash}}]({{href}}){{/if}}
- {{subject}}{{#if href}} [{{shorthash}}]({{href}}){{/if}}
{{/each}}
{{/each}}
Loading…
Cancel
Save